scroll_to_element
Scroll the page to bring a specified element into view using CSS selector, XPath, or other locator strategies.
Instructions
Scroll the page to bring an element into view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector, XPath, or other locator value | |
| by | No | Locator strategy | css |
| timeout | No | Wait timeout in seconds |