Function get_by_label_text

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