browser_fill
Fill a web input field by simulating user typing, with configurable delay, clear option, and CSS selector targeting.
Instructions
填写输入框。模拟真实用户输入,带延迟。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | 输入前是否清空,默认 true | |
| value | Yes | 要输入的内容 | |
| delayMs | No | 输入延迟毫秒数,默认 30 | |
| selector | Yes | 输入框的 CSS 选择器 |