Skip to content

rename Edge classes to support Selenium 4 beta#206

Merged
titusfortner merged 1 commit intomasterfrom
se4_beta
Feb 26, 2021
Merged

rename Edge classes to support Selenium 4 beta#206
titusfortner merged 1 commit intomasterfrom
se4_beta

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.

2 participants