pub fn element_has_class<N>(
class_name: N,
ignore_errors: bool,
) -> ElementPredicate
Expand description
Predicate that returns true for elements that have the specified class name.
See the Needle
documentation for more details on text matching rules.
In particular, it is recommended to use StringMatch or Regex to perform a whole-word search.