pub async fn count( session: &CdpSession, ctx: Option<i64>, selector: &str, ) -> Result<usize>
Count elements matching selector in the given execution context.
selector