Table of Contents

Class SetTimezoneOverrideCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.Emulation
Assembly
Selenium.WebDriver.dll

Overrides default host system timezone with the specified one.

public sealed class SetTimezoneOverrideCommandSettings : ICommand
Inheritance
SetTimezoneOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

TimezoneId

The timezone identifier. List of supported timezones: https://source.chromium.org/chromium/chromium/deps/icu.git/+/faee8bc70570192d82d2978a71e2a615788597d1:source/data/misc/metaZones.txt If empty, disables the override and restores default host system timezone.

[JsonPropertyName("timezoneId")]
public string TimezoneId { get; set; }

Property Value

string