Class ClientWindowInfo
- Namespace
- OpenQA.Selenium.BiDi.Modules.Browser
- Assembly
- WebDriver.dll
public record ClientWindowInfo : IEquatable<ClientWindowInfo>
- Inheritance
-
ClientWindowInfo
- Implements
-
- Inherited Members
-
Constructors
ClientWindowInfo(bool, ClientWindow, ClientWindowState, int, int, int, int)
public ClientWindowInfo(bool IsActive, ClientWindow ClientWindow, ClientWindowState State, int Height, int Width, int X, int Y)
Parameters
IsActive
bool
ClientWindow
ClientWindow
State
ClientWindowState
Height
int
Width
int
X
int
Y
int
Properties
ClientWindow
public ClientWindow ClientWindow { get; init; }
Property Value
- ClientWindow
Height
public int Height { get; init; }
Property Value
- int
IsActive
[JsonPropertyName("active")]
public bool IsActive { get; init; }
Property Value
- bool
State
public ClientWindowState State { get; init; }
Property Value
- ClientWindowState
Width
public int Width { get; init; }
Property Value
- int
X
public int X { get; init; }
Property Value
- int
Y
public int Y { get; init; }
Property Value
- int