October 2018
Intermediate to advanced
192 pages
5h 12m
English
Sometimes, while using Internet Explorer for the first time, a Session not found exception is thrown. To resolve this exception, do either of the following:
InternetExplorerOptions options = new InternetExplorerOptions(); options.IntroduceInstabilityByIgnoringProtectedModeSettings = true; WebDriver driver = new InternetExplorerDriver(options); ...
Read now
Unlock full access