Skip to main content

count

Function count 

Source
pub async fn count(
    session: &CdpSession,
    ctx: Option<i64>,
    selector: &str,
) -> Result<usize>
Expand description

Count elements matching selector in the given execution context.