webview_input
Type text into a WebView field using a CSS or text selector, then receive the updated DOM to verify the value was accepted.
Instructions
Type text into a WebView field by css (or text) selector, then return the updated WebView DOM (focuses + sets the value so framework inputs accept it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | ||
| text | No | ||
| match | No | ||
| value | Yes | Text to type | |
| 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. |