Table of Contents

Class SetContentsSizeCommandSettings

Namespace
OpenQA.Selenium.DevTools.V140.Browser
Assembly
WebDriver.dll

SetContentsSize

public sealed class SetContentsSizeCommandSettings : ICommand
Inheritance
SetContentsSizeCommandSettings
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")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Height { get; set; }

Property Value

long?

Width

Gets or sets the width

[JsonPropertyName("width")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Width { get; set; }

Property Value

long?

WindowId

Gets or sets the windowId

[JsonPropertyName("windowId")]
public long WindowId { get; set; }

Property Value

long