Skip to main content

Module browser

Module browser 

Source
Expand description

Browser automation tool via Chrome DevTools Protocol (CDP).

Uses headless Chrome with direct WebSocket JSON-RPC — no external CDP crate. Chrome is lazily launched on first tool invocation and reused for subsequent calls.

Structs§

BrowserTool
Browser tool — provides navigate, screenshot, and text extraction.

Functions§

detect_chrome
Detect Chrome/Chromium binary path.