//! Legacy compatibility shim for the original CDP API.
//!
//! New code should use [`crate::cdp`] directly:
//!
//! - [`crate::cdp::Cdp`] for typed request/response.
//! - [`crate::cdp::CdpSession`] for WebSocket-based event subscription
//! (feature `cdp-events`).
//! - [`crate::WebDriver::cdp`] for the entry point.
//!
//! Everything in this module is deprecated and will be removed in a future
//! release.
pub use ChromeCommand;
pub use ChromeDevTools;
pub use ;