playwright_fill_form
Fill several fields at once in the DESKTOP grid browser (by pageId). One call instead of a web_type per field — noticeably faster on a long form, and it reports which field failed. NOT a device — there is no webpage_fill_form; on a real phone or tablet fill fields one at a time with webpage_type (by udid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to fill, in order | |
| pageId | Yes | Page ID from web_navigate |