Windows Commands
From UBot Studio
(Difference between revisions)
(Created page with "The '''Windows Commands''' allow the script to interact with windows through commands and plugins. == List of Action Commands == *Click Dialog Button: Clicks Cancel or S...") |
|||
Line 17: | Line 17: | ||
*[[Set Active Window]]: Sets the active window. | *[[Set Active Window]]: Sets the active window. | ||
− | *[[Set Dialog Text]: Sets the dialog text in a save as or open file window. | + | *[[Set Dialog Text]]: Sets the dialog text in a save as or open file window. |
*[[Type keys]]: Types keys into a specified location in the active window. | *[[Type keys]]: Types keys into a specified location in the active window. |
Revision as of 23:52, 28 November 2012
The Windows Commands allow the script to interact with windows through commands and plugins.
List of Action Commands
- Click Dialog Button: Clicks Cancel or Save on a dialog save as or open file dialog.
- Click Mouse: Clicks a specified are within a windows system using a wizard that grabs the parent class of the windows item.
- Close Window: Closes a window on your windows system using a wizard that grabs the parent class of the window.
- Keyboard Event: Sends keyboard events to the active window.
- Mouse Event: Sends a mouse event to a specified window.
- Move Mouse: Move the mouse to a specified location on your screen.
- Set Active Window: Sets the active window.
- Set Dialog Text: Sets the dialog text in a save as or open file window.
- Type keys: Types keys into a specified location in the active window.