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