Smart Type (AI) [Pro]
smart_typeLocates an input field on a mobile device by natural language description, taps to focus, and types specified text. Solves the problem of automating text entry in apps without requiring exact element identifiers.
Instructions
[Pro] Finds an input field by natural language description, taps it to focus, and types the specified text. Example: smart_type('email field', 'user@example.com') will find the email input, tap it, and type the email address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device serial ID | |
| field_description | Yes | Description of the input field, e.g. 'email field' or 'search bar' | |
| text | Yes | Text to type into the field |