Skip to main content

Set Dropdown List Item

Description

This activity selects/clears a specified item in the identified UI dropdown list element.

Properties

Input

  • Control Type - The operation to perform.
OperationDescription
SelectSelects the specified Item from the dropdown
ClearDeselects the specified Item from the dropdown
  • Delay After – Delay time, in milliseconds, after executing the activity. By default, it is set to 300 milliseconds.

  • Delay Before – Delay time, in milliseconds, before the activity begins execution. By default, it is set to 200 milliseconds.

  • Item - Specify the Item to select/deselect based on the item value in the dropdown list

  • Index - Specify the Item to select/deselect based on the item index in the dropdown list

  • Window Title – Holds the title of the window identified through Window Selector. You can also type in the title to identify the window for automation.

  • Window Instance - Holds the window instance identified through Window Selector. You can also type in the window instance for automation.

  • Search Parameters – Holds the information of the UI element identified through Element Selector.

Misc

  • DisplayName – The display name of the activity.

  • Private – If selected, the variables and argument values will no longer be logged at the Verbose level.

Optional

  • 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.

    Note: If this activity is present inside the Try-Catch block, and the value of this property is True, no error would be caught.

Example

Download Example