fill_input
Fills a web input field with provided text using a CSS selector or XPath. Enables automated form entry in browser automation tasks.
Instructions
填写输入框
Args:
selector: CSS选择器或XPath
text: 要输入的文本
timeout: 超时时间(毫秒)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| text | Yes | ||
| timeout | No |