Selenium 4.0.0 will have proper support for Microsoft Edge (Chromium based), including support for the IE mode.
Â
Notable (non-breaking) Changes:
ExtendedEdgeOptions derives from EdgeOptions instead of ChromeOptions
EdgeBrowserFactory.CreateEdgeDriver returns an EdgeDriver instance, creating using the ExtendedEdgeOptions
EdgeBrowserFactory.CreateEdgeDriverService returns an EdgeDriverService instance
Â
This possibly also allows us to remove the workaround introduced in