Skip to main content

Crate oxibrowser_cdp

Crate oxibrowser_cdp 

Source
Expand description

OxiBrowser CDP — Chrome DevTools Protocol server.

Implements the CDP WebSocket protocol so that tools like Puppeteer and Playwright can connect to OxiBrowser, just like they connect to Chrome.

Re-exports§

pub use server::CdpServer;

Modules§

domains
CDP domains — implementations of CDP domain methods.
event
CDP event broadcasting system.
protocol
CDP protocol types and message handling.
server
CDP server — TCP listener with HTTP and WebSocket endpoints.
session
CDP session — a single WebSocket connection for CDP communication.