Help Centre › Building Processes
Description
Overview of WINDOWS functions available in RPA. These functions allow you to manage application windows including opening, closing, resizing, and arranging windows.
Available WINDOWS Functions
- Application open: Opens or checks if an application is open.
- Close a window: Closes a specific window.
- Close all windows: Closes all open windows.
- Close multiple windows: Closes all windows used during the process.
- Drag a window: Drags a window to a new position.
- Hide the taskbar: Hides the Windows taskbar.
- Keep a window on top: Keeps a window always on top of other windows.
- Maximise a window: Maximises a window to fill the screen.
- Minimise a window: Minimises a window to the taskbar.
- Minimise all windows: Minimises all open windows.
- Resize a window: Resizes a window to specified dimensions.
- Restore a window: Restores a minimised or maximised window.
- Select a window: Brings a specific window to the foreground.
- Show the desktop: Shows the desktop by minimising all windows.
- Show the taskbar: Shows the Windows taskbar.
- Test if a window exists: Tests whether a specific window exists.