Expand description
Chrome DevTools Protocol (CDP) client implementation
Structs§
- CdpClient
- CDP client for WebSocket communication with Chrome
- CdpEvent
- A CDP event (notification) broadcast to subscribers
- CdpSession
- CDP session for a specific target
Constants§
- INITIAL_
RETRY_ DELAY_ MS - Initial retry delay in milliseconds (public for testing)
- MAX_
RETRY_ ATTEMPTS - Maximum number of retry attempts for CDP commands (public for testing)
- MAX_
RETRY_ DELAY_ MS - Maximum retry delay in milliseconds (public for testing)