scroll_to_element
Scroll the webpage to bring a specified element into view using CSS, XPath, or other locator. Resolves visibility issues before interacting with elements.
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 |