Skip to main content

connect

Function connect 

Source
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.