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...") |
(→Example) |
||
(3 intermediate revisions by one user not shown) | |||
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. | ||
Line 6: | Line 7: | ||
<pre> | <pre> | ||
− | plugin command("WindowsCommands.dll", "click mouse", "", " | + | plugin command("WindowsCommands.dll", "click mouse", "Snipping Tool", "Microsoft-Windows-Tablet-SnipperToolbar", 41, 67, "Left Click") |
+ | |||
</pre> | </pre> | ||
+ | |||
Running the script will click the specified item. | Running the script will click the specified item. | ||
− | [[File: | + | |
+ | [[File:wclick.jpg]] |
Latest revision as of 14:49, 29 September 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.
[edit] Example
plugin command("WindowsCommands.dll", "click mouse", "Snipping Tool", "Microsoft-Windows-Tablet-SnipperToolbar", 41, 67, "Left Click")
Running the script will click the specified item.