Browser Use Tool
This tool is useful when you want your agent to have access to a Chrome Browser Instance with optional support for developer tools. This tool exposes to the browser a set of native options to control the browser. Each browser session is consistent, stateful and is kept alive for up to 30 days. This Tools allow you to navigate and interact with Web App, Progressive Web App and in general each content Chrome is Able to render.
Parameters
| Name | Description | Possible Values | Required |
|---|---|---|---|
| devTools | Enable the agent to use the Browser Dev Tools | true, false (default: false) | Yes |
| apiTools | Enable the agent to Use API Tools to make api calls | true, false (default: false) | Yes |
| codeGenTools | Enable the agent to Use CodeGen Tools | true, false (default: false) | Yes |
When to use this tool
Use this tool when you want your agent to perform navigation in an actual browser. It supports browser actions, URL navigation, taking screenshots, and analyzing developer tools for comprehensive web automation and analysis.
PLEASE NOTE For simpler use cases where you only need to retrieve a web page (not Web App or PWA) Web Reader Tool might be a better option