Gets or sets a value indicating whether to ignore the settings of the Internet Explorer Protected Mode.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool IntroduceInstabilityByIgnoringProtectedModeSettings { get; set; }
public bool IntroduceInstabilityByIgnoringProtectedModeSettings { get; set; }
Public Property IntroduceInstabilityByIgnoringProtectedModeSettings As Boolean
Get
Set
Public Property IntroduceInstabilityByIgnoringProtectedModeSettings As Boolean
Get
Set
public:
property bool IntroduceInstabilityByIgnoringProtectedModeSettings {
bool get ();
void set (bool value);
}
public:
property bool IntroduceInstabilityByIgnoringProtectedModeSettings {
bool get ();
void set (bool value);
}