Fill Form [Pro]
fill_formFill multiple form fields on a mobile device in a single operation by providing a map of natural language field descriptions to values, clearing each field before entering the value.
Instructions
[Pro] Fill multiple form fields in a single operation. Provide a map of field descriptions to values. Each field is found by natural language description, cleared, and filled with the specified value. More efficient than calling smart_type multiple times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device serial ID | |
| fields | Yes | Map of field descriptions to values, e.g. {"Email": "user@test.com", "Password": "secret123"} |