Table of Contents

Class SetEmulatedOSTextScaleCommandSettings

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

SetEmulatedOSTextScale

public sealed class SetEmulatedOSTextScaleCommandSettings : ICommand
Inheritance
SetEmulatedOSTextScaleCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Scale

Gets or sets the scale

[JsonPropertyName("scale")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Scale { get; set; }

Property Value

double?