Click Mouse
From UBot Studio
(Difference between revisions)
Line 10: | Line 10: | ||
</pre> | </pre> | ||
+ | |||
Running the script will click the specified item. | Running the script will click the specified item. | ||
+ | |||
[[File:clickmouse.png]] | [[File:clickmouse.png]] |
Revision as of 12:57, 21 May 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.