Class CapabilityRequest
- Namespace
- OpenQA.Selenium.BiDi.Modules.Session
- Assembly
- WebDriver.dll
public record CapabilityRequest : IEquatable<CapabilityRequest>
- Inheritance
-
CapabilityRequest
- Implements
-
- 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
UnhandledPromptBehavior
public UserPromptHandler? UnhandledPromptBehavior { get; set; }
Property Value
- UserPromptHandler