Table of Contents

Class GetWindowForTargetResult

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

Constructors

GetWindowForTargetResult(WindowID, Bounds)

public GetWindowForTargetResult(WindowID WindowId, Bounds Bounds)

Parameters

WindowId WindowID

Browser window id.

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

WindowId

Browser window id.

public WindowID WindowId { get; init; }

Property Value

WindowID