pub async fn is_element_enabled( client: &CdpClient, session_id: &str, ref_map: &RefMap, selector_or_ref: &str, iframe_sessions: &HashMap<String, String>, ) -> Result<bool, String>