
If you are available to use selenium with C language then you can refer to the steps below. WebDriver driver = new InternetExplorerDriver(ieService, options. At present, we can only launch the Edge browser with IE mode using Selenium C code. When Google chrome and Microsoft edge are invented then no one can use Internet Explorer on computers.

When the computer is invented then internet explorer is a number browser. tCapability("ignoreProtectedModeSettings", true) Internet Explorer is one of the best browsers. InternetExplorerOptions options = new InternetExplorerOptions() InternetExplorerDriverService ieService = InternetExplorerDriverService.createDefaultService() ĭesiredCapabilities caps = new DesiredCapabilities() Ĭaps.setBrowserName("internet explorer") Ĭaps.setCapability("ie.edgechromium", true) Ĭaps.setCapability("ie.edgepath", "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe") Changing this setting requires the browser to be restarted. Next to Allow sites to be reloaded in Internet Explorer mode, select Default and change it to Allow. Select the three lines menu in the upper left and select Default browser.
