- Documentation
- Activities
- System
System
12 activities
Clear Clipboard
Clear all content from the system clipboard
Click Target
Find a UI element on the desktop (name, type, automation id, class) or in the browser (CSS, XPath, visible text), or by coordinate, then click it. The Locator Engine picks the best strategy automatically and heals to a fallback when the primary one fails. Give a Browser Variable to target the open browser.
Close Application
Close a running application or process
Delay
Pause the execution for a specified amount of time
Get Display State
Read the current monitor layout: resolution, DPI, scale, and count. Capture it as a baseline early, then compare after an RDP reconnect to detect a display change and branch into recovery.
Get from Clipboard
Get the text currently copied to your clipboard
Get Screen Resolution
Get the width and height of the display
Log Message
Record a note in the execution log to track progress
Recover Window
Restore, maximize, and bring an application window to the foreground. Match by window title (partial) or process name. Recovers a window that was minimized, hidden, or pushed behind others.
Set to Clipboard
Copy text to the system clipboard
Take Screenshot
Capture an image of the current screen
Type Into Target
Find a text field on the desktop or in the browser (CSS, XPath, visible text) via the Locator Engine, then type into it. Optionally clears the field first. The text is never logged, so it is safe for passwords and other secrets. Give a Browser Variable to target the open browser.