pub async fn set_extra_headers( client: &CdpClient, session_id: &str, headers: &FxHashMap<String, String>, ) -> Result<(), String>