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