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§
- Browser
Tool - Browser tool — provides navigate, screenshot, and text extraction.
Functions§
- detect_
chrome - Detect Chrome/Chromium binary path.