Gets or sets a value indicating whether Firefox should accept untrusted certificates.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool AcceptUntrustedCertificates { get; set; }
public bool AcceptUntrustedCertificates { get; set; }
Public Property AcceptUntrustedCertificates As Boolean
Get
Set
Public Property AcceptUntrustedCertificates As Boolean
Get
Set
public:
property bool AcceptUntrustedCertificates {
bool get ();
void set (bool value);
}
public:
property bool AcceptUntrustedCertificates {
bool get ();
void set (bool value);
}