scroll_to_element
Scroll the page until an element enters the view, using CSS, XPath, or another locator strategy. Ensures elements are visible and ready for action, with a configurable wait timeout.
Instructions
Scroll the page to bring an element into view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Locator strategy | css |
| timeout | No | Wait timeout in seconds | |
| selector | Yes | CSS selector, XPath, or other locator value |