Function query_all_by_attribute

Source
pub fn query_all_by_attribute<M: Into<Matcher>>(
    attribute: String,
    container: &HtmlElement,
    text: M,
    _: MatcherOptions,
) -> Result<Vec<HtmlElement>, QueryError>