Table of Contents

Class GetWindowBoundsCommandSettings

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

GetWindowBounds

public sealed class GetWindowBoundsCommandSettings : ICommand
Inheritance
GetWindowBoundsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

WindowId

Gets or sets the windowId

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

Property Value

long