Tools
Browser Use
Run browser automation tasks
Usage Instructions
Integrate Browser Use into the workflow. Can navigate the web and perform actions as if a real user was interacting with the browser.
Tools
browser_use_run_task
Runs a browser automation task using BrowserUse
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
task | string | Yes | What should the browser agent do |
variables | json | No | Optional variables to use as secrets (format: {key: value}) |
save_browser_data | boolean | No | Whether to save browser data |
model | string | No | LLM model to use (default: gpt-4o) |
apiKey | string | Yes | API key for BrowserUse API |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Task execution identifier |
success | boolean | Task completion status |
output | json | Task output data |
steps | json | Execution steps taken |
Notes
- Category:
tools - Type:
browser_use