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.lang.String sourceURL, SourceRange range, StyleSheetId styleSheetId, java.util.List<MediaQuery> mediaList)
-