| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Page.EmulateMediaOptions |
Page.EmulateMediaOptions.setColorScheme(ColorScheme colorScheme) |
Page.EmulateMediaOptions |
Page.EmulateMediaOptions.setMedia(Media media) |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.emulateMedia(Page.EmulateMediaOptions options)
This method changes the
CSS media type through the media argument, and/or the "prefers-colors-scheme" media
feature, using the colorScheme argument. |
Copyright © 2021. All rights reserved.