Function _query_all_by_alt_text

Source
pub fn _query_all_by_alt_text<M: Into<Matcher>>(
    container: &HtmlElement,
    alt: M,
    options: MatcherOptions,
) -> Result<Vec<HtmlElement>, QueryError>