-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support for Selenium 3 W3C API #84
Comments
The protocol API seems stable, so I don't think there's anything left to implement here. But this has always been a thin wrapper around the protocol, so most of the dev effort falls on minkphp/MinkSeleniumDriver. The spec itself is still getting tweaks, and while none of the implementations are 100% yet, broad vendor support is coming, so we should start working on minkphp/MinkSelenium2Driver#254 |
@robocoder what are the plans on this one ? The 2.0-RC2 release still misses a bunch of things (see the related issues) |
Note that we (the Mink team) decided to rewrite our driver on top of Supporting the W3C protocol using your new version would require us to duplicate all the work done in |
Thanks for the update @stof. Sorry this has been a blocker for so long. We've been really busy and haven't had the cycles to maintain this abstraction. |
The analysis I made in minkphp/MinkSelenium2Driver#293 (comment) might mean you would not need to maintain it again much in the future (you will need to analyze the remaining usage...) |
2.0.0-RC7 should be complete wrt to the latest W3C spec but requires much more testing. In the meantime, I'm closing this issue since projects are moving to |
Hi,
What is the progress regarding support of the W3C API, which is needed to support Firefox with Selenium 3 ?
The text was updated successfully, but these errors were encountered: