Function get_all_by_text

Source
pub fn get_all_by_text<M: Into<Matcher>>(
    container: &HtmlElement,
    matcher: M,
    options: SelectorMatcherOptions,
) -> Result<Vec<HtmlElement>, QueryError>