Class CSSPositionTryRule

java.lang.Object
org.openqa.selenium.devtools.v129.css.model.CSSPositionTryRule

public class CSSPositionTryRule extends Object
CSS @position-try rule representation.
  • Constructor Details

  • Method Details

    • getName

      public Value getName()
      The prelude dashed-ident name
    • getStyleSheetId

      public Optional<StyleSheetId> getStyleSheetId()
      The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
    • getOrigin

      public StyleSheetOrigin getOrigin()
      Parent stylesheet's origin.
    • getStyle

      public CSSStyle getStyle()
      Associated style declaration.
    • getActive

      public Boolean getActive()