scroll_to_element
Scroll the current page to bring a specific element into view using CSS, XPath, or other locators. Ensures the element is visible before performing further actions.
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 |