Table of Contents

Class SetPageScaleFactorCommandSettings

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

Sets a specified page scale factor.

public sealed class SetPageScaleFactorCommandSettings : ICommand
Inheritance
SetPageScaleFactorCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

PageScaleFactor

Page scale factor.

[JsonPropertyName("pageScaleFactor")]
public double PageScaleFactor { get; set; }

Property Value

double