Skip to main content

call

Function call 

Source
pub async fn call(
    conn: &Connection,
    method: &str,
    session_id: &str,
) -> Result<Value, Error>
Expand description

Convenience: send a CDP command with no params, returning the JSON result.