Function script::webdriver_handlers::matching_links

source ยท
fn matching_links(
    links: &NodeList,
    link_text: String,
    partial: bool,
) -> impl Iterator<Item = String> + '_