android_uiautomator_scroll_in_element
Scroll within a specific UI element on Android devices using resource ID and direction parameters to navigate content within scrollable containers.
Instructions
Scroll within a specific UI element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resourceId | Yes | Resource ID of the scrollable element | |
| direction | Yes | Direction to scroll | |
| distance | No | Distance to scroll in pixels (default: 500) | |
| deviceSerial | No | Specific device serial number to target (optional) |