Navigation actions control how the agent moves between pages and searches the web.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/browser-use/browser-use/llms.txt
Use this file to discover all available pages before exploring further.
search
Search for a query using a search engine.The search query to execute
Search engine to use. Options:
duckduckgo, google, bingDefault is duckduckgo because it has fewer captchas.Example
browser_use.tools.service:365
navigate
Navigate to a specific URL.The URL to navigate to. Must include protocol (http:// or https://)
Whether to open the URL in a new tab
Example
browser_use.tools.service:411
go_back
Navigate back in browser history.This action takes no parameters.
Example
browser_use.tools.service:455
Related Actions
- Interaction Actions - Click, input, and interact with page elements
- Extraction Actions - Extract data from pages