Class AdoptedStyleSheetsModified
java.lang.Object
org.openqa.selenium.devtools.v145.dom.model.AdoptedStyleSheetsModified
Fired when `Element`'s adoptedStyleSheets are modified.
-
Constructor Summary
ConstructorsConstructorDescriptionAdoptedStyleSheetsModified(NodeId nodeId, List<StyleSheetId> adoptedStyleSheets) -
Method Summary
Modifier and TypeMethodDescriptionNew adoptedStyleSheets array.Id of the node that has changed.
-
Constructor Details
-
AdoptedStyleSheetsModified
-
-
Method Details
-
getNodeId
Id of the node that has changed. -
getAdoptedStyleSheets
New adoptedStyleSheets array.
-