Function _query_all_by_title

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