browser_fill
Clears a browser input field and types a new value, using a CSS selector on a specified device. Resolves outdated or incorrect text entries.
Instructions
Clear an input and type a value into it.
Args: serialno: The browser device serialno, from list_devices. selector: A CSS selector for the input. value: The value to type.
Returns: JSON response from the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| selector | Yes | ||
| serialno | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |