Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Type text into input fields on webpage. When you need to fill forms, enter search queries, or input data. PREREQUISITE - must use browser_navigate first. May need to click field first for focus.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-02 | ✓→✗ | ▼ Worse | -56% | 0% |
| case-19 | ✓→✗ | ▼ Worse | -31% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -54% | 0% |
在输入框中输入文本。
| 参数 | 类型 | 必填 | 说明 | |-----|------|-----|------| | selector | string | 是 | 输入框的 CSS 选择器 | | text | string | 是 | 要输入的文本 |
在搜索框输入:
json{"selector": "input[name='q']", "text": "OpenAkita"}
填写用户名:
json{"selector": "#username", "text": "admin"}
browser_navigate 打开目标页面browser-navigate: 先导航到页面browser-click: 点击输入框获取焦点对于多步骤的浏览器任务,建议优先使用 browser_task 工具。它可以自动规划和执行复杂的浏览器操作,无需手动逐步调用各个工具。
示例:
pythonbrowser_task(task="打开百度搜索福建福州并截图")
Other measured skills in the registry, with their headline benchmark lift.