browser_scroll_to_element
Scroll to a webpage element by specifying a locator strategy (id, css, xpath, etc.) and value. Optionally set a timeout to wait for the element to appear before scrolling.
Instructions
Scroll to an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds |