Table of Contents

Class GetWindowBoundsCommandResponse

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

Response for GetWindowBounds

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

Properties

Bounds

Gets or sets the bounds

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

Property Value

Bounds