Table of Contents

Class GetWindowBoundsCommandResponse

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

Response for Get position and size of the browser window.

public sealed class GetWindowBoundsCommandResponse : ICommandResponse<GetWindowBoundsCommandSettings>, ICommandResponse
Inheritance
GetWindowBoundsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Bounds

Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.

[JsonPropertyName("bounds")]
public Bounds Bounds { get; set; }

Property Value

Bounds