Skip to main content

Mouse Click

Command description

Move the mouse pointer to the specified position and click. If the X and Y coordinates are not set, click at the current pointer position without moving it.

Command Input Parameters

input parametersInput parameter typeDescription
X CoordinatenumberX coordinate in physical pixels from the upper-left corner of the screen; None keeps the current horizontal position
Y CoordinatenumberY coordinate in physical pixels from the upper-left corner of the screen; None keeps the current vertical position
Click MethodenumSingle Click, Double Click
Mouse ButtonenumLeft Button, Right Button
Modifier KeyenumNone, Ctrl, Alt, Shift

Command Output Parameters

None