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