scroll_element_into_view
Scroll a container to bring a specific element into the visible area using the UIA ScrollItem pattern. Use this before interacting with an element that is currently hidden or out of view.
Instructions
Scroll a container so the given element becomes visible, via the UIA ScrollItem pattern. Use before clicking an element that may be outside the visible scroll area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | Element ID returned by find_element |