Class CSSFunctionNode
java.lang.Object
org.openqa.selenium.devtools.v140.css.model.CSSFunctionNode
Section of the body of a CSS function rule.
- 
Constructor Summary
ConstructorsConstructorDescriptionCSSFunctionNode(Optional<CSSFunctionConditionNode> condition, Optional<CSSStyle> style)  - 
Method Summary
 
- 
Constructor Details
- 
CSSFunctionNode
 
 - 
 - 
Method Details
- 
getCondition
A conditional block. If set, style should not be set. - 
getStyle
Values set by this node. If set, condition should not be set. 
 -