| Package | Description |
|---|---|
| com.microsoft.playwright | |
| com.microsoft.playwright.options |
| Modifier and Type | Field and Description |
|---|---|
Optional<Media> |
Page.EmulateMediaOptions.media
Changes the CSS media type of the page.
|
| Modifier and Type | Method and Description |
|---|---|
Page.EmulateMediaOptions |
Page.EmulateMediaOptions.setMedia(Media media) |
| Modifier and Type | Method and Description |
|---|---|
static Media |
Media.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.
|
Copyright © 2021. All rights reserved.