browser_type
Type text into input fields by specifying the element's role and accessible name, enabling precise browser automation.
Instructions
在输入框(role 通常 textbox)输入文本,用 role+name 定位。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | 输入框的可访问名称 | |
| role | Yes | 元素 role(通常 textbox/searchbox/combobox) | |
| text | Yes | 要输入的文本 |