Uses of Class
com.microsoft.playwright.options.Media
-
Packages that use Media Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of Media in com.microsoft.playwright
Fields in com.microsoft.playwright with type parameters of type Media Modifier and Type Field Description Optional<Media>Page.EmulateMediaOptions. mediaChanges the CSS media type of the page.Methods in com.microsoft.playwright with parameters of type Media Modifier and Type Method Description Page.EmulateMediaOptionsPage.EmulateMediaOptions. setMedia(Media media)Changes the CSS media type of the page. -
Uses of Media in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return Media Modifier and Type Method Description static MediaMedia. valueOf(String name)Returns the enum constant of this type with the specified name.static Media[]Media. values()Returns an array containing the constants of this enum type, in the order they are declared.
-