fill_form
Populate web forms in batch using React-compatible events for input, select, checkbox, radio, and textarea fields.
Instructions
Batch fill form fields with React-compatible events. Handles input, select, checkbox, radio, and textarea.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | {selector, value} pairs | |
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one | |
| frame_id | No | Target iframe id from get_frames; omitted = main frame | |
| wait_after | No | Settle before returning: navigation waits for a page load, networkidle for quiet traffic | none |
| submit_selector | No | Submit button to click after filling |