Skip to main content

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.

Browser Use Tool Browser Use Tool Mobile

Parameters

NameDescriptionPossible ValuesRequired
devToolsEnable the agent to use the Browser Dev Toolstrue, false (default: false)Yes
apiToolsEnable the agent to Use API Tools to make api callstrue, false (default: false)Yes
codeGenToolsEnable the agent to Use CodeGen Toolstrue, 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