ZelaxyDocs
Tool Integrations
Tool

Browser Use

Programmatic browser control for automation tasks

Browser Use

Browser Use provides programmatic browser control for web automation. Execute browser actions, capture screenshots, and interact with web applications in automated workflows.

Overview

PropertyValue
Typebrowser_use
CategoryTool — Web Scraping
AuthAPI Key

Operations

OperationDescription
Execute TaskRun a browser automation task

Configuration

SettingTypeDescription
API KeyPasswordBrowser Use API key
TaskLong textBrowser task description
URLShort inputStarting URL
Max StepsSliderMaximum actions allowed

Outputs

FieldTypeDescription
contentstringTask results
screenshotsjsonCaptured screenshots
successbooleanCompletion status

Example: E2E Testing

Workflow:

[Starter: Test scenario] → [Browser Use] → [Condition: Passed?] → [Slack: Report]

Describe a test scenario in natural language: "Go to our app, login with test credentials, create a new project, and verify it appears in the project list." Browser Use executes it and reports pass/fail.

Tips

  • Good for testing — describe test scenarios in plain English
  • Screenshots help with debugging failed automations
  • Combine with Agent for intelligent error handling