Class AffectedByStartingStylesFlagUpdated

java.lang.Object
org.openqa.selenium.devtools.v142.dom.model.AffectedByStartingStylesFlagUpdated

@Beta public class AffectedByStartingStylesFlagUpdated extends Object
Fired when a node's starting styles changes.
  • Constructor Details

    • AffectedByStartingStylesFlagUpdated

      public AffectedByStartingStylesFlagUpdated(NodeId nodeId, Boolean affectedByStartingStyles)
  • Method Details

    • getNodeId

      public NodeId getNodeId()
      The id of the node.
    • getAffectedByStartingStyles

      public Boolean getAffectedByStartingStyles()
      If the node has starting styles.