Table of Contents

Class SetVisibleSizeCommandSettings

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

SetVisibleSize

public sealed class SetVisibleSizeCommandSettings : ICommand
Inheritance
SetVisibleSizeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Height

Gets or sets the height

[JsonPropertyName("height")]
public long Height { get; set; }

Property Value

long

Width

Gets or sets the width

[JsonPropertyName("width")]
public long Width { get; set; }

Property Value

long