Uses of Enum Class
org.openqa.selenium.devtools.v141.css.model.StyleSheetOrigin
Packages that use StyleSheetOrigin
-
Uses of StyleSheetOrigin in org.openqa.selenium.devtools.v141.css.model
Methods in org.openqa.selenium.devtools.v141.css.model that return StyleSheetOriginModifier and TypeMethodDescriptionstatic StyleSheetOriginStyleSheetOrigin.fromString(String s) CSSFontPaletteValuesRule.getOrigin()Parent stylesheet's origin.CSSFunctionRule.getOrigin()Parent stylesheet's origin.CSSKeyframeRule.getOrigin()Parent stylesheet's origin.CSSPositionTryRule.getOrigin()Parent stylesheet's origin.CSSPropertyRule.getOrigin()Parent stylesheet's origin.CSSRule.getOrigin()Parent stylesheet's origin.CSSStyleSheetHeader.getOrigin()Stylesheet origin.CSSTryRule.getOrigin()Parent stylesheet's origin.static StyleSheetOriginReturns the enum constant of this class with the specified name.static StyleSheetOrigin[]StyleSheetOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.css.model with parameters of type StyleSheetOriginModifierConstructorDescriptionCSSFontPaletteValuesRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value fontPaletteName, CSSStyle style) CSSFunctionRule(Value name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, List<CSSFunctionParameter> parameters, List<CSSFunctionNode> children) CSSKeyframeRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value keyText, CSSStyle style) CSSPositionTryRule(Value name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style, Boolean active) CSSPropertyRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value propertyName, CSSStyle style) CSSRule(Optional<StyleSheetId> styleSheetId, SelectorList selectorList, Optional<List<String>> nestingSelectors, StyleSheetOrigin origin, CSSStyle style, Optional<List<CSSMedia>> media, Optional<List<CSSContainerQuery>> containerQueries, Optional<List<CSSSupports>> supports, Optional<List<CSSLayer>> layers, Optional<List<CSSScope>> scopes, Optional<List<CSSRuleType>> ruleTypes, Optional<List<CSSStartingStyle>> startingStyles) CSSStyleSheetHeader(StyleSheetId styleSheetId, FrameId frameId, String sourceURL, Optional<String> sourceMapURL, StyleSheetOrigin origin, String title, Optional<BackendNodeId> ownerNode, Boolean disabled, Optional<Boolean> hasSourceURL, Boolean isInline, Boolean isMutable, Boolean isConstructed, Number startLine, Number startColumn, Number length, Number endLine, Number endColumn, Optional<Boolean> loadingFailed) CSSTryRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style)