Uses of Class
org.openqa.selenium.devtools.css.model.MediaQuery
-
Packages that use MediaQuery Package Description org.openqa.selenium.devtools.css.model -
-
Uses of MediaQuery in org.openqa.selenium.devtools.css.model
Methods in org.openqa.selenium.devtools.css.model that return types with arguments of type MediaQuery Modifier and Type Method Description java.util.List<MediaQuery>
CSSMedia. getMediaList()
Array of media queries.Constructor parameters in org.openqa.selenium.devtools.css.model with type arguments of type MediaQuery Constructor Description CSSMedia(java.lang.String text, CSSMedia.Source source, java.lang.String sourceURL, SourceRange range, StyleSheetId styleSheetId, java.util.List<MediaQuery> mediaList)
-