Expand/Collapse
Description
The Expand/Collapse activity allows you to appear or hide all the items of the items tree in a window 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. | |
UI Object | Selector | In(string) | String of characters that identifies the location of the window element. |
Input | Expand Option | ExpandType | Choose to expand the item or collapse. |
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. | |
Options | Element | In<UiElement> | Uses variable with type = "UIElement" as input instead of selector string. |
Input Window | In<WindowApp> | The window page to action this activity. This field only supports the WindowApp variable |