Scroll To Element
Description
This Activity scrolls to the specified element inside the specified web page.
Properties
Input
- Web Page – Specify the WebPage object of the currently opened web page.
- Element Path - Specify the XPath of the element to scroll in the webpage. Please encode the XPath if it contains special characters. For more information, refer to XPath Encoding.
Misc
- DisplayName – Add a display name to your Activity.
- Private – Logs the variable and argument values at the Verbose level when unchecked.
Optional
- Continue On Error – It Specifies whether the automation should continue even though this Activity fails. This field only supports Boolean values (True, False). The default value is False.
note
Suppose this activity is inside Try Catch, and the value of this property is True. In that case, it will ignore errors during the automation execution.
- Timeout – An Argument of type Timespan Specifies the amount of waiting time taken by the activity to run before an error occurs and aborts the workflow. By default, the Timeout value is 10 minutes.
Example
Download Example