pub async fn dispatch_event( client: &CdpClient, session_id: &str, ref_map: &RefMap, selector_or_ref: &str, event_type: &str, event_init: Option<&Value>, iframe_sessions: &HashMap<String, String>, ) -> Result<(), String>