Overview
This node integrates with Browser Use, a service for automating browser interactions using AI. It supports multiple operations such as running new browser automation tasks with natural language instructions, retrieving task details, checking task status, pausing, resuming, stopping tasks, listing tasks, and fetching media (screenshots, videos, PDFs) captured during tasks. It can connect either via a Cloud API or a locally running bridge service, making it flexible for different deployment scenarios. This node is useful for automating web browsing tasks like data extraction, testing, or repetitive web interactions without manual intervention.
Use Case Examples
- Run a task to navigate to a website, perform searches, and extract data automatically.
- Retrieve the status or detailed information of a previously run browser automation task.
- Fetch screenshots or videos recorded during a browser automation session for review or documentation.
- Pause or resume a running browser automation task as needed.
Properties
| Name | Meaning |
|---|---|
| Connection Type | Selects whether to connect to Browser Use via the Cloud API or a Local Bridge service. |
| Task ID | The unique identifier of the browser task to interact with. Required for operations that target a specific task. |
Output
JSON
json- Contains the response data from Browser Use API for the selected operation, such as task details, status, media content metadata, or operation results.
Dependencies
- Requires credentials for Browser Use Cloud API or Local Bridge API, including API keys or tokens and URLs.
Troubleshooting
- Common issues include missing or invalid API keys or tokens, causing authentication failures.
- Connection errors to the Cloud API or Local Bridge service if the service is unreachable or URL is incorrect.
- Errors returned from Browser Use API if task IDs are invalid or operations are not permitted.
- To resolve, verify credentials, ensure the service endpoints are reachable, and confirm task IDs are correct.
Links
- Browser Use Documentation - Official documentation for setting up and using Browser Use services.