Click Menu Item
Description
Use this activity to select and click a specified menu item within a selected application window.
Properties
Input
-
Window Title – Select the window by its title. You can either type the title inside the Window Title property or select the title from the drop-down.
Note: The drop-down lists all windows currently open on the desktop at design time. -
Menu Item – Specify the menu item to select.
-
Delay After – Specify the delay, in milliseconds, applied after the activity executes. The default delay is 300 milliseconds.
-
Delay Before – Specify the delay, in milliseconds, applied before the activity executes. The default delay is 200 milliseconds.
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, logging stops.
Optional
- Timeout – Specify the maximum time the activity waits to perform the requested operation. If the activity does not receive a response within this duration, it throws a timeout error. The default timeout is 30 seconds.
- Continue On Error – It specifies whether the automation should continue even when the activity throws an error. If True, the activity continues without throwing any exceptions. If False, the activity throws an exception. The default value is False.
If this activity is inside the Try-Catch block, and the value of this property is True, it would catch no error.
Example
Download Example
