Mouse Drag
Drags the mouse to a specific point
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.
Input
- Delta X - The amount to drag the mouse horizontally. Default value is 0.
- Delta Y - The amount to drag the mouse vertically. Default value is 0.
Options
- Mouse Button - The mouse button to use for the drag. Default value is Left Button. Available options are:
- Left Button
- Center Button
- Right Button