Table of Contents

Class GetWindowForTargetCommandResponse

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

Response for GetWindowForTarget

public sealed class GetWindowForTargetCommandResponse : ICommandResponse<GetWindowForTargetCommandSettings>, ICommandResponse
Inheritance
GetWindowForTargetCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Bounds

Gets or sets the bounds

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

Property Value

Bounds

WindowId

Gets or sets the windowId

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

Property Value

long