Get Web Attribute
Description
The Get Web Attribute activity allows you to get the value of an attribute that belongs to the native browser 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 | Browser | In(Browser) | The browser page to navigate. This field only supports the Browser variable. |
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. | |
Attribute Name | In(string) | The expression of the attribute to be selected from. | |
UI Object | XPath | In(string) | Text property used to find a particular Ul element when the activity is executed. |
Output | Output Value | Out(string) | Value of the attribute that will be outputted with type = 'String'. |