パッケージ: Selenium.InternetExplorer.WebDriver バージョン: 3.12.0、3.150.0
InternetExplorerOptions options = new InternetExplorerOptions();
driver = new InternetExplorerDriver(options);
driver.Navigate().GoToUrl("http://www.google.com");
string hello = ""; <-- never come here and not exceptions