Click
Description
Click on a specified UI Element
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | bool | Specifies whether automation should continue even if the activity raises an error |
Delay After | In(int) | Delay time (in milliseconds) after executing the activity. The default amount of time is 300 milliseconds. | |
Delay Before | In(int) | Delay time (in milliseconds) before the activity begins performing any operations. The default amount of time is 300 milliseconds. | |
Input | Click Type | ClickType | The type of click to perform. |
Mouse Button | ButtonTypeMouse | The mouse button to click with. | |
Time Out | In(int) | The maximum amount of time (in milliseconds) to wait for the activity to complete before an error is thrown. If the timeout expires, the activity will be terminated. | |
Wait Visible | Bool | Check this box if you want the automation waits for the target to be visible before executing the activity. This is check by default. | |
Options | Key modifiers | string | One or more key modifiers to use in combination with the click. |
Use coordinate Point | Bool | Click on a coordinate point. | |
X Coordinate | Bool | X Coordinate. | |
Y Coordinate | Bool | Y Coordinate. | |
UI Object | Selector | In<string< | String of characters that identifies the location of the window element. |