Wait Page Url
Description
The Wait Page URL verifies if the page URL has the requirement format according to the predefined value.
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. | |
Comparison Operator | ComparisonOperator | allow mathematical calculation as well as basic operations to be performed with ease ・EQUALS – The page title is exactly the same as the predefined value. ・CONTAINS – The page title contains the predefined value. ・MATCHES – The page title has the same regular expression as the predefined value | |
Url Value | In(string) | The predefined value to verify the page URL. | |
Output | Result | Out(bool) | A Boolean variable has two possible values: True or False. ・True- The page URL meet the requirement ・False - The page URL does not meet the requirement. |