Class GetWindowBoundsCommandResponse
Response for Get position and size of the browser window.
public sealed class GetWindowBoundsCommandResponse : ICommandResponse<GetWindowBoundsCommandSettings>, ICommandResponse
- Inheritance
-
GetWindowBoundsCommandResponse
- 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; }