browser_fill_form
Fills multiple browser form fields simultaneously using CSS selectors or other locators with a single JSON input.
Instructions
Fill multiple form fields at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID | |
| form_data | Yes | JSON object mapping selectors to values, e.g.: '{"#username": "john", "#password": "secret", "#country": "US"}' | |
| by | No | Selector type for all fields (css, xpath, id, name, class, tag) | css |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |