scroll_to_element
Scroll the page to bring an element into view using CSS selectors, XPath, or other locator strategies. Ensures the element is visible before interaction.
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 |