Class CapabilityRequest
- Namespace
- OpenQA.Selenium.BiDi.Modules.Session
- Assembly
- WebDriver.dll
public class CapabilityRequest
- Inheritance
-
CapabilityRequest
- Inherited Members
-
Properties
AcceptInsecureCerts
public bool? AcceptInsecureCerts { get; set; }
Property Value
- bool?
BrowserName
public string? BrowserName { get; set; }
Property Value
- string
BrowserVersion
public string? BrowserVersion { get; set; }
Property Value
- string
public string? PlatformName { get; set; }
Property Value
- string
ProxyConfiguration
public ProxyConfiguration? ProxyConfiguration { get; set; }
Property Value
- ProxyConfiguration
WebSocketUrl
public bool? WebSocketUrl { get; set; }
Property Value
- bool?