tapOn
Perform actions like tap, double tap, long press, or focus on mobile UI elements using text or element IDs within specified containers. Supports Android and iOS platforms for mobile automation.
Instructions
Tap supporting text or resourceId
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform on the element | |
containerElementId | No | Container element ID to restrict the search within | |
id | No | Element ID to tap on | |
platform | Yes | Platform of the device | |
text | No | Text to tap on |