Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class GetWindowForTargetCommandResponse

Namespace
OpenQA.Selenium.DevTools.V136.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