fill_input
Fill text into web input fields via CSS/XPath selectors, with iframe penetration, clearing, and Enter key support for automated QA testing.
Instructions
文本框输入工具:by=css/xpath + selector(支持 iframe_selector 穿透);value 为空=清空。input_method=type(逐字键盘,触发键盘事件)/fill(原生填充);clear_first 默认清空;press_enter 可回车;detail=brief/full。visualize 三态(None=跟随配置,默认关)。返回 visual_effects + observation(浮层/消息 + summary + focus + 跳转)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | css | |
| value | No | ||
| detail | No | brief | |
| selector | No | ||
| visualize | No | ||
| clear_first | No | ||
| description | No | ||
| press_enter | No | ||
| input_method | No | type | |
| expected_result | No | ||
| iframe_selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||