Class AdRelatedStateUpdated

java.lang.Object
org.openqa.selenium.devtools.v147.dom.model.AdRelatedStateUpdated

@Beta public class AdRelatedStateUpdated extends Object
Fired when a node's ad related state changes.
  • Constructor Details

    • AdRelatedStateUpdated

      public AdRelatedStateUpdated(NodeId nodeId, Boolean isAdRelated)
  • Method Details

    • getNodeId

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

      public Boolean getIsAdRelated()
      If the node is ad related.