pub async fn call( conn: &Connection, method: &str, session_id: &str, ) -> Result<Value, Error>
Convenience: send a CDP command with no params, returning the JSON result.