EmulateMediaOptions
Playwright\Page\Options\EmulateMediaOptions
Constructor options
| Option | Type | Default |
|---|---|---|
| colorScheme | ?string | null |
| contrast | ?string | null |
| forcedColors | ?string | null |
| media | ?string | null |
| reducedMotion | ?string | null |
Methods
__construct()
An omitted feature keeps its current emulation. Pass 'no-override' to drop the emulation and fall back to the browser default.
function __construct( public ?string $colorScheme = null, public ?string $contrast = null, public ?string $forcedColors = null, public ?string $media = null, public ?string $reducedMotion = null, )
toArray()
arrayfunction toArray(): array
from()
selffunction from(array|self $options = []): self