-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Remove Edge HTML #9166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
thank you selenium-assistant |
Java done here 610b34a |
Hi @titusfortner. Support for Microsoft Edge Legacy (the browser) is indeed ending in the near future, but EdgeHTML will remain installed on the system and EdgeHTML-based universal Windows applications will continue to be supported. Would you be open to keeping EdgeHTML support in Selenium 4? We could update the language bindings which have a |
@bwalderman Can't you extend everything you need to work with EdgeHTML in your |
No new changes are needed in Selenium to ensure both EdgeHTML and Chromium function correctly. The EdgeHTML support should just not be removed. The EdgeDriver class in dotnet, python, and javascript has a Regarding |
Yes, all of the bindings had toggles for whether to use EdgeHTML or Edgium, and we decided in our most recent Technical Leadership Committee meeting to remove the toggles and only support the Chromium implementation going forward. EdgeHTML has always had problems because it was never completely W3C compliant, and maintaining the differences going forward will be increasingly challenging. I suspect that projects interested in automating a universal Windows application are unlikely to also be automating the latest browsers with the same code. Setting the Selenium version to the latest 3.x version in such projects would be a better solution. |
That makes sense. After discussing with the Edge developer tools team we agree this is the cleanest solution. We'll direct anyone who needs EdgeHTML support for their legacy apps to continue using 3.x. I suspect this is a relatively small group anyway. |
@bwalderman thanks for raising the concern about this. |
I have set Chromium Edge as the default in 2b6b05b |
I've set Chromium Edge as the default in b2a7f08 |
Hey, is there any tentative date, when 4.0 will be released ? |
Selenium 4 doesn't support EdgeHTML: SeleniumHQ/selenium#9166
Selenium 4 doesn't support EdgeHTML: SeleniumHQ/selenium#9166
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Since Microsoft is forcing users to upgrade from Legacy Edge to the Chromium backed Edge, we've decided to remove support for it from the Selenium bindings for 4.0
Bindings maintainers can remove the label when completed in their code.
The text was updated successfully, but these errors were encountered: