pub fn query_by_attribute<M: Into<Matcher>>(
attribute: String,
container: &HtmlElement,
text: M,
options: MatcherOptions,
) -> Result<Option<HtmlElement>, QueryError>
pub fn query_by_attribute<M: Into<Matcher>>(
attribute: String,
container: &HtmlElement,
text: M,
options: MatcherOptions,
) -> Result<Option<HtmlElement>, QueryError>