scroll_to_element
Scrolls to bring a specified element into view, raising an error if the element is not found.
Instructions
Scroll to bring an element into view, or raise if it's missing.
Honest success / failure reporting: if no element matches the
selector we raise ``ElementNotFoundError`` instead of silently
no-op'ing with a fake "Scrolled to: ..." message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |