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

Backwards compatibility support for PHPUnit SeleniumTestCase / WebDriverBackedSelenium? #13

Open
daluu opened this issue Dec 15, 2011 · 1 comment

Comments

@daluu
Copy link

daluu commented Dec 15, 2011

Has there been any thought of creating a class extending PHPUnit_Framework_TestCase that provides the same Selenium RC API as PHPUnit's SeleniumTestCase extension. Not all the APIs have to be implemented, for which we can return some unimplemented API exception.

Such would help users of existing PHPUnit Selenium tests migrate to Web Driver without having to rewrite a lot of code (or in ideal case, any code at all).

I started work on that using codebase from http://code.google.com/p/php-webdriver-bindings, but it could probably be abstracted and ported to support this binding as well.

References:
http://code.google.com/p/php-webdriver-bindings/issues/detail?id=11
http://code.google.com/p/php-webdriver-bindings/issues/detail?id=13

@pko734
Copy link

pko734 commented Sep 20, 2016

Here we are 5 years later, did anything like this ever materialize?

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

No branches or pull requests

2 participants