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