Table of Contents

Class SetPageScaleFactorCommandSettings

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

SetPageScaleFactor

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

Gets or sets the pageScaleFactor

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

Property Value

double