browser_type
Fill a web form field with text, replacing existing content. Sets the value directly without simulating keystrokes, so autocomplete handlers won't fire.
Instructions
Fill a field, replacing whatever it holds.
This sets the value rather than typing key by key, so it will not fire the per-keystroke handlers an autocomplete needs. For those, click the field and use browser_press_key.
browser is main unless you say support, and they share nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| browser | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |