Class GetWindowForTargetResult
public sealed record GetWindowForTargetResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetWindowForTargetResult>
- Inheritance
-
EmptyResultGetWindowForTargetResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetWindowForTargetResult(WindowID, Bounds)
public GetWindowForTargetResult(WindowID WindowId, Bounds Bounds)
Parameters
WindowIdWindowIDBrowser window id.
BoundsBoundsBounds information of the window. When window state is 'minimized', the restored window position and size are returned.
Properties
Bounds
Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.
public Bounds Bounds { get; init; }
Property Value
WindowId
Browser window id.
public WindowID WindowId { get; init; }