Uses of Class
org.openqa.selenium.devtools.css.model.CSSMedia.Source
-
Packages that use CSSMedia.Source Package Description org.openqa.selenium.devtools.css.model -
-
Uses of CSSMedia.Source in org.openqa.selenium.devtools.css.model
Methods in org.openqa.selenium.devtools.css.model that return CSSMedia.Source Modifier and Type Method Description static CSSMedia.Source
CSSMedia.Source. fromString(java.lang.String s)
CSSMedia.Source
CSSMedia. getSource()
Source of the media query: "mediaRule" if specified by a @media rule, "importRule" if specified by an @import rule, "linkedSheet" if specified by a "media" attribute in a linked stylesheet's LINK tag, "inlineSheet" if specified by a "media" attribute in an inline stylesheet's STYLE tag.static CSSMedia.Source
CSSMedia.Source. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CSSMedia.Source[]
CSSMedia.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.css.model with parameters of type CSSMedia.Source Constructor Description CSSMedia(java.lang.String text, CSSMedia.Source source, java.util.Optional<java.lang.String> sourceURL, java.util.Optional<SourceRange> range, java.util.Optional<StyleSheetId> styleSheetId, java.util.Optional<java.util.List<MediaQuery>> mediaList)
-