Table of Contents

Class SetLocaleOverrideCommandSettings

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

Overrides default host system locale with the specified one.

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

ICU style C locale (e.g. "en_US"). If not specified or empty, disables the override and restores default host system locale.

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

Property Value

string