Table of Contents

Class SetTimezoneOverrideCommandSettings

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

SetTimezoneOverride

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

Gets or sets the timezoneId

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

Property Value

string