Class Capability
- Namespace
- OpenQA.Selenium.BiDi.Modules.Session
- Assembly
- WebDriver.dll
public record Capability : IEquatable<Capability>
- Inheritance
-
Capability
- Implements
-
- Inherited Members
-
Constructors
Capability(bool, string, string, string, bool, string)
public Capability(bool AcceptInsecureCerts, string BrowserName, string BrowserVersion, string PlatformName, bool SetWindowRect, string UserAgent)
Parameters
AcceptInsecureCerts
bool
BrowserName
string
BrowserVersion
string
PlatformName
string
SetWindowRect
bool
UserAgent
string
Properties
AcceptInsecureCerts
public bool AcceptInsecureCerts { get; init; }
Property Value
- bool
BrowserName
public string BrowserName { get; init; }
Property Value
- string
BrowserVersion
public string BrowserVersion { get; init; }
Property Value
- string
public string PlatformName { get; init; }
Property Value
- string
Proxy
public ProxyConfiguration? Proxy { get; set; }
Property Value
- ProxyConfiguration
SetWindowRect
public bool SetWindowRect { get; init; }
Property Value
- bool
UserAgent
public string UserAgent { get; init; }
Property Value
- string
WebSocketUrl
public string? WebSocketUrl { get; set; }
Property Value
- string