pub async fn connect(ws_url: &str) -> Result<Connection>Expand description
Connect to a browser’s CDP WebSocket endpoint.
This is a thin wrapper around Connection::connect.
pub async fn connect(ws_url: &str) -> Result<Connection>Connect to a browser’s CDP WebSocket endpoint.
This is a thin wrapper around Connection::connect.