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