Function thirtyfour_query::conditions::element_lacks_css_property[][src]

pub fn element_lacks_css_property<S, N>(
    css_property_name: S,
    value: N,
    ignore_errors: bool
) -> ElementPredicate where
    S: Into<String>,
    N: Needle + Clone + Send + Sync + 'static, 

Predicate that returns true for elements that lack the specified CSS property with the specified value. See the Needle documentation for more details on text matching rules.