pub fn element_has_text<N>(text: N, ignore_errors: bool) -> ElementPredicate
Expand description
Predicate that returns true for elements that have the specified text.
See the Needle
documentation for more details on text matching rules.
pub fn element_has_text<N>(text: N, ignore_errors: bool) -> ElementPredicate
Predicate that returns true for elements that have the specified text.
See the Needle
documentation for more details on text matching rules.