Table of Contents

Class SetEmulatedOSTextScaleCommandSettings

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

Emulates the given OS text scale.

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?