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