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: &FxHashMap<String, String>,
) -> Result<(), String>