Class AffectedByStartingStylesFlagUpdated
java.lang.Object
org.openqa.selenium.devtools.v142.dom.model.AffectedByStartingStylesFlagUpdated
Fired when a node's starting styles changes.
-
Constructor Summary
ConstructorsConstructorDescriptionAffectedByStartingStylesFlagUpdated(NodeId nodeId, Boolean affectedByStartingStyles) -
Method Summary
Modifier and TypeMethodDescriptionIf the node has starting styles.The id of the node.
-
Constructor Details
-
AffectedByStartingStylesFlagUpdated
-
-
Method Details
-
getNodeId
The id of the node. -
getAffectedByStartingStyles
If the node has starting styles.
-