Class CSSStartingStyle
java.lang.Object
org.openqa.selenium.devtools.v132.css.model.CSSStartingStyle
CSS Starting Style at-rule descriptor.
-
Constructor Summary
ConstructorsConstructorDescriptionCSSStartingStyle
(Optional<SourceRange> range, Optional<StyleSheetId> styleSheetId) -
Method Summary
Modifier and TypeMethodDescriptiongetRange()
The associated rule header range in the enclosing stylesheet (if available).Identifier of the stylesheet containing this object (if exists).
-
Constructor Details
-
CSSStartingStyle
-
-
Method Details
-
getRange
The associated rule header range in the enclosing stylesheet (if available). -
getStyleSheetId
Identifier of the stylesheet containing this object (if exists).
-