Class ClientWindowInfo
- Namespace
- OpenQA.Selenium.BiDi.Browser
- Assembly
- WebDriver.dll
public sealed record ClientWindowInfo : IEquatable<ClientWindowInfo>
- Inheritance
-
ClientWindowInfo
- Implements
-
- Inherited Members
-
Constructors
ClientWindowInfo(bool, ClientWindow, ClientWindowState, int, int, int, int)
public ClientWindowInfo(bool Active, ClientWindow ClientWindow, ClientWindowState State, int Height, int Width, int X, int Y)
Parameters
Active
bool
ClientWindow
ClientWindow
State
ClientWindowState
Height
int
Width
int
X
int
Y
int
Properties
Active
public bool Active { get; init; }
Property Value
- bool
ClientWindow
public ClientWindow ClientWindow { get; init; }
Property Value
- ClientWindow
Height
public int Height { get; init; }
Property Value
- int
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