Table of Contents

Class GetWindowBoundsCommandSettings

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

Get position and size of the browser window.

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

Browser window id.

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

Property Value

long