Table of Contents

Class GetWindowForTargetCommandResponse

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

Response for Get the browser window that contains the devtools target.

public sealed class GetWindowForTargetCommandResponse : ICommandResponse<GetWindowForTargetCommandSettings>, ICommandResponse
Inheritance
GetWindowForTargetCommandResponse
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

WindowId

Browser window id.

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

Property Value

long