Skip to main content
Navigation actions control how the agent moves between pages and searches the web. Search for a query using a search engine.
string
required
The search query to execute
string
default:"duckduckgo"
Search engine to use. Options: duckduckgo, google, bingDefault is duckduckgo because it has fewer captchas.

Example

Implementation: browser_use.tools.service:365
Navigate to a specific URL.
string
required
The URL to navigate to. Must include protocol (http:// or https://)
bool
default:"False"
Whether to open the URL in a new tab

Example

Implementation: browser_use.tools.service:411

go_back

Navigate back in browser history.
This action takes no parameters.

Example

Implementation: browser_use.tools.service:455