Function query_by_title

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