Scroll To Element
Scrolls the browser viewport to bring a specified element into view.
Inputs
Web Pagerequired: Browser instance with loaded pageSelectorrequired: 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
