browser_type
Opens a URL, enters text into a field via CSS selector, and returns the updated page. Use it to automate form submissions, such as search queries, during web research.
Instructions
Открывает URL, вводит text в поле ввода (CSS-селектор), возвращает обновлённую страницу. Для форм поиска.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| text | Yes | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |