Expand description
A CDP session — a session-scoped command sender plus event stream.
session_id == None is the browser-level session; Some(sid) targets a
specific page/worker. This is the real CDP equivalent of Playwright’s
CDPSession, speaking the protocol directly rather than proxying through
a driver.
Structs§
- CdpSession
- A session over a
CdpConnection.