pl.wendigo.chrome.api.emulation / SetTimezoneOverrideRequest

SetTimezoneOverrideRequest

data class SetTimezoneOverrideRequest (source)

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

Overrides default host system timezone with the specified one.

Link
Emulation#setTimezoneOverride method documentation.

See Also

EmulationOperations.setTimezoneOverride

Constructors

<init>

SetTimezoneOverrideRequest(timezoneId: String)

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

Properties

timezoneId

val timezoneId: String

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