Class CSSNavigation
java.lang.Object
org.openqa.selenium.devtools.v147.css.model.CSSNavigation
CSS Navigation at-rule descriptor.
-
Constructor Summary
ConstructorsConstructorDescriptionCSSNavigation(String text, Optional<Boolean> active, Optional<SourceRange> range, Optional<StyleSheetId> styleSheetId) -
Method Summary
-
Constructor Details
-
CSSNavigation
public CSSNavigation(String text, Optional<Boolean> active, Optional<SourceRange> range, Optional<StyleSheetId> styleSheetId)
-
-
Method Details
-
getText
Navigation rule text. -
getActive
Whether the navigation condition is satisfied. -
getRange
The associated rule header range in the enclosing stylesheet (if available). -
getStyleSheetId
Identifier of the stylesheet containing this object (if exists).
-