input_roll
Simulate a rolling gesture on a connected Android device by specifying dx and dy distances. Use this to automate scroll and roll actions for UI testing and interaction.
Instructions
Simulates a rolling gesture with the specified dx and dy values on the connected Android device. Requires dx and dy parameters, which are the rolling distances in the x and y directions respectively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | Yes | ||
| dy | Yes |