October 2018
Intermediate to advanced
192 pages
5h 12m
English
We have similar options for the Internet Explorer browser. The way to do incorporate these options is by including the two lines. The following code ignores the protected mode setting, which is required when we want to ignore the protected mode settings for Internet Explorer:
InternetExplorerOptions options = new InternetExplorerOptions(); options.IntroduceInstabilityByIgnoringProtectedModeSettings = true;InternetExplorerDriver driver = new InternetExplorerDriver(options);
Read now
Unlock full access