Browser Harness
by Browser Use
Connects an LLM directly to a real Chrome browser over a single CDP websocket, letting the agent write the helper code and site skills it is missing mid-task.
Skills
CDP Browser Control
Drives the user running Chrome over a raw CDP websocket to open tabs, click by coordinates, type, and read page state.
Self-Writing Helpers
Writes missing helper functions into agent_helpers.py during execution, so the harness gains new capabilities each run.
Domain Skill Capture
Files site-specific selectors, flows, and edge cases as reusable domain skills in the agent workspace when enabled.
Cloud Browser Sessions
Starts isolated Browser Use Cloud browsers with stealth settings, proxies, and captcha solving for parallel or headless runs.
Session Recordings
Captures local video traces of a browser task between start_recording and stop_recording once recordings are enabled.
Related Agents
Safari MCP Server
Connects AI agents to a live Safari window for web debugging: DOM inspection, network monitoring, console logs, screens…
BitFun
Runs an open-source desktop and terminal coding agent that plans, edits, tests, and reviews changes inside real Git rep…
Hronaut
Provides coding agents a visible local Electron browser through MCP, with persistent isolated workspaces and human paus…
OpenHands
Software engineering agent platform — runs in sandboxed Docker containers, edits code, runs tests, fixes bugs, and open…