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