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