Windows
Bot Studio windows automation reference
clear anchor
Clears a previously set anchor/reference point in a Windows application.
close current window
Closes the requested/current application window.
get window title
Gets the title of the opened window.
launch desktop application
Launches an application on the system.
maximize window
Maximizes an application window to fill the screen.
minimize window
Minimizes an application window to taskbar.
screenshot
Captures a visual snapshot of a defined element or region.
launch session
Initializes a Windows application session via Run command.
get session
Defines a specific window as the root element for automation.
windows click
Simulates a mouse click on a specified UI element (button, link, etc.) within a Windows application.
send keys
Sends text or keystrokes to a UI element in a Windows application.
get element
Extracts a specific attribute from a UI element in a Windows application.
close window
Gracefully terminates a Windows application session and closes the application.
print tree
Prints the UI element tree for debugging and discovering element locators.
set anchor
Defines a reference point (anchor) within a Windows application for relative element location.
get value
Retrieves the current value of a focused UI element (text field, checkbox status, etc.).
set value
Sets the value of a UI element such as an input field in a Windows application.