GUI Automation
Studio Pro Activities > GUI Automation
Mouse
| Activity | Definition |
|---|---|
| Click on element | Choose a desktop element to click on it |
| Click on coordinate | Click on a specific point in the screen |
| Read checkbox state | Get the value from a specific checkbox |
| Set checkbox state | Set the state of a specific checkbox |
| Select list item | Choose an item from a drop-down list |
Keyboard
| Activity | Definition |
|---|---|
| Input to desktop app | Type a text into a desktop app |
| Send hotkey | Simulate pressing a hotkey or a key combination |
UI
| Activity | Definition |
|---|---|
| Get element property | Select an item to extract its value |
| Get element value | Choose an element to obtain its value |
| Get position | Choose an element to obtain its size and coordinates |
| Set element value | Change the value of a given element |
| Element found? | Check if a specific element exists — and trigger an action if it does |
| Wait for element | Execute an action if an element appears after a given amount of time |
| Wait for vanishing | Execute an action if an element disappears after a given amount of time |
App window
| Activity | Definition |
|---|---|
| Maximize element | Set an application window to its maximum size |
| Minimize element | Minimize all application windows |
| Activate element | Bring a specific element to the foreground |
| Close window | Close a specific application |
Machine Vision
| Activity | Definition |
|---|---|
| Click on image | Find an image on the screen and click on it |
| Find image | Find an image on the screen and get its coordinate |
| Take a screenshot | Capture the image of the entire screen |
| Wait for image | Define a time limit to wait for a specific image to appear on the screen |
