Function get_by_display_value

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