Table of Contents

Class GetWindowBoundsResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Browser
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetWindowBoundsResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetWindowBoundsResult>
Inheritance
EmptyResult
GetWindowBoundsResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetWindowBoundsResult(Bounds)

public GetWindowBoundsResult(Bounds Bounds)

Parameters

Bounds Bounds

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

Properties

Bounds

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

public Bounds Bounds { get; init; }

Property Value

Bounds