Expand description
Browser automation types — ring-side view into the web.
This module defines the types, traits, and pool management for CDP-based browser automation. Agents use these scouting moves to navigate web pages, take screenshots, click elements, and extract content. The actual CDP WebSocket driver is plugged in separately — this module provides the contract and the session arena.
Structs§
- Browser
Config - Configuration for launching a browser instance.
- Browser
Pool - A pool of browser sessions — the roster of active ring-side scouts.
- Browser
Result - The result of executing a browser action.
- Browser
Session - A live browser session — one fighter’s ring-side view into the web.
Enums§
- Browser
Action - An action the agent wants to perform in the browser — a scouting move.
- Browser
State - The current state of a browser session in the ring.
Traits§
- Browser
Driver - Trait for a browser automation driver — the engine behind the punches.