Skip to main content

find_elements

Function find_elements 

Source
pub async fn find_elements(query: &str) -> Result<Vec<CdpElement>>
Expand description

Find elements matching query in the frontmost Chrome tab.

Uses five strategies in order: aria-label, placeholder, text content, label-for, title/alt — same as CDPBridge.swift.