Scroll To Element
Scrolls the browser viewport to bring a specified element into view.
Inputs
Web Page
required: Browser instance with loaded pageSelector
required: CSS or XPath selector for target elementBehavior
: Scroll behavior ("auto", "smooth", default: "smooth")Block
: Vertical alignment ("start", "center", "end", default: "center")
Example
Outputs
Success
: Boolean indicating if scroll was successfulElement Position
: Final coordinates of the elementWeb Page
: Updated browser instance
