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