Click Mouse
From UBot Studio
(Difference between revisions)
(Created page with "This command clicks a specified area within a window using a wizard that grabs the parent class of the windows item. Click Mouse is a Windows Command. The...") |
|||
Line 1: | Line 1: | ||
This command clicks a specified area within a window using a wizard that grabs the parent class of the windows item. | This command clicks a specified area within a window using a wizard that grabs the parent class of the windows item. | ||
Click Mouse is a [[Windows Commands|Windows Command]]. | Click Mouse is a [[Windows Commands|Windows Command]]. | ||
+ | |||
The command comes with a wizard that allows you to grab the coordinates of a button by moving the mouse over an item and hitting the ctrl key on the keyboard. | The command comes with a wizard that allows you to grab the coordinates of a button by moving the mouse over an item and hitting the ctrl key on the keyboard. | ||
Revision as of 15:42, 14 April 2013
This command clicks a specified area within a window using a wizard that grabs the parent class of the windows item. Click Mouse is a Windows Command.
The command comes with a wizard that allows you to grab the coordinates of a button by moving the mouse over an item and hitting the ctrl key on the keyboard.
Example
plugin command("WindowsCommands.dll", "click mouse", "", "Shell_TrayWnd", 847, 23, "Left Click")
Running the script will click the specified item.