webview_tap
Tap a WebView element by CSS or visible text, auto-wait and scroll into view, then return the updated DOM to verify the result.
Instructions
Tap an element inside the app's WebView by css (or text) selector, then return the updated WebView DOM (auto-waits + scrolls into view). Use the css from observe_webview; pass match= to target a specific page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | ||
| text | No | Visible-text selector for the element (alternative to css) | |
| match | No | ||
| package | Yes | ||
| device_id | No | Target device. An adb serial selects an Android device; a UUID-shaped simulator UDID (from list_devices) selects an iOS simulator and is REQUIRED for iOS — omit it and this call runs against Android. Optional on Android when only one device is attached. |