EmulateMediaOptions

Playwright\Page\Options\EmulateMediaOptions

Constructor options

OptionTypeDefault
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()

array
function toArray(): array

from()

self
function from(array|self $options = []): self