Function thirtyfour_query::conditions::element_lacks_css_properties[][src]

pub fn element_lacks_css_properties<S, N>(
    desired_css_properties: &[(S, N)],
    ignore_errors: bool
) -> ElementPredicate where
    S: Into<String> + Clone,
    N: Needle + Clone + Send + Sync + 'static, 

Predicate that returns true for elements that do not have any of the specified CSS properties with the specified values. See the Needle documentation for more details on text matching rules.