Skip to main content

Scroll To Element

"Scroll To Element" is a feature in the Robbot RPA application that allows you to scroll the web page to a specific element identified by its XPath. This feature is particularly useful when you need to ensure that a particular element is visible on the screen or in the viewport before performing any actions on it.

Parameters

  • XPath: Specifies the XPath expression used to locate the target element to scroll to.Type : String

Usage

Drag and drop the "ScrollToElement" component into your workflow or sequence. Provide the XPath expression for the element you want to scroll to in the "XPath" parameter. Save your workflow and run it when ready.