Select Item
Description
The Select Multiple Item activity allows you to select multiple items from a listbox.
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 | Timeout | In(int) | The amount of time (in milliseconds) to wait for the activity to run. If the timeout has expired, the page would not be loaded further. The default amount of time is 20000 milliseconds. |
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. | |
Select Type | SelectType | Select list of type INDEX - Index of the item(Starting from 0). VALUE - Value of the item. | |
Select Value | Select Value | The list value based on the type of selection you want to use. Example: {"value1","value2",...}. | |
Options | Input Window | In(WindowApp) | The window page to action this activity. This field only supports the WindowApp variable. |
UI Object | Selector | In(string) | String of characters that identifies the location of the window element. |