Gets or sets a value indicating whether SSL errors are ignored, such as expired or self-signed certificate errors (default is no).
Namespace: OpenQA.Selenium.PhantomJSAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool IgnoreSslErrors { get; set; }
public bool IgnoreSslErrors { get; set; }
Public Property IgnoreSslErrors As Boolean
Get
Set
Public Property IgnoreSslErrors As Boolean
Get
Set
public:
property bool IgnoreSslErrors {
bool get ();
void set (bool value);
}
public:
property bool IgnoreSslErrors {
bool get ();
void set (bool value);
}