pl.wendigo.chrome.domain.emulation / SetTimezoneOverrideRequest

SetTimezoneOverrideRequest

data class SetTimezoneOverrideRequest (source)

Represents request frame that can be used with Emulation.setTimezoneOverride method call.

Overrides default host system timezone with the specified one.

Constructors

<init>

SetTimezoneOverrideRequest(timezoneId: String)

Represents request frame that can be used with Emulation.setTimezoneOverride method call.

Properties

timezoneId

val timezoneId: String

The timezone identifier. If empty, disables the override and restores default host system timezone.