Class AdoptedStyleSheetsModified

java.lang.Object
org.openqa.selenium.devtools.v145.dom.model.AdoptedStyleSheetsModified

@Beta public class AdoptedStyleSheetsModified extends Object
Fired when `Element`'s adoptedStyleSheets are modified.
  • Constructor Details

    • AdoptedStyleSheetsModified

      public AdoptedStyleSheetsModified(NodeId nodeId, List<StyleSheetId> adoptedStyleSheets)
  • Method Details

    • getNodeId

      public NodeId getNodeId()
      Id of the node that has changed.
    • getAdoptedStyleSheets

      @Beta public List<StyleSheetId> getAdoptedStyleSheets()
      New adoptedStyleSheets array.