pub fn element_lacks_attribute<S, N>(
attribute_name: S,
value: N,
ignore_errors: bool,
) -> ElementPredicate
Expand description
Predicate that returns true for elements that lack the specified attribute with the
specified value. See the Needle
documentation for more details on text matching rules.