Description
Sends a momentary click to the computer at the location of the cursor. This is the same as pressing and immediately releasing the mouse button.
Mouse.click()
defaults to the left mouse button.
Syntax
Mouse.click()
Mouse.click(button)
Parameters
button
: which mouse button to press - char
-
MOUSE_LEFT
(default) -
MOUSE_RIGHT
-
MOUSE_MIDDLE
Returns
Nothing