Skip to content
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

rename Edge classes to support Selenium 4 beta #206

Merged
merged 1 commit into from
Feb 26, 2021
Merged

Conversation

titusfortner
Copy link
Owner

In Selenium 3.142.7 we used Edge to refer to the old Edge HTML implementation.
When we switched to working on Selenium 4 we split them into EdgeChrome and EdgeHtml
For Selenium 4 beta, we've dropped support for Edge HTML entirely, so everything that was EdgeChrome is now just Edge.

The current test runs will be passing because the specs skip them incorrectly now. (take a look at skipped tests: https://github.com/titusfortner/webdrivers/runs/1990772141)

This PR renames EdgeChrome to Edge.
The only people using this class have been using it with Selenium 4 alpha because it isn't supported at all in the latest production version of Selenium.

This code is not backward compatible with Selenium 4 alpha, but I think the correct response is for those people to update to using Selenium 4 beta rather than this gem giving warnings or upgrade paths.

Any concerns?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants