Table of Contents

Class SetLocaleOverrideCommandSettings

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

SetLocaleOverride

public sealed class SetLocaleOverrideCommandSettings : ICommand
Inheritance
SetLocaleOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Locale

Gets or sets the locale

[JsonPropertyName("locale")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Locale { get; set; }

Property Value

string