Class GetWindowForTargetCommandResponse
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
WindowId
Browser window id.
[JsonPropertyName("windowId")]
public long WindowId { get; set; }