pub fn element_lacks_text<N>(text: N, ignore_errors: bool) -> ElementPredicateExpand description
Predicate that returns true for elements that do not contain the specified text.
See the Needle documentation for more details on text matching rules.