phpunit-selenium icon indicating copy to clipboard operation
phpunit-selenium copied to clipboard

WebDriverBackedSeleniumTestCase

Open daluu opened this issue 12 years ago • 9 comments

Nice to see issue 34 is accepted and worked on. Adding on to that, I think there should be a WebDriverBackedSeleniumTestCase.

This will help users of the PHPUnit Selenium (RC) extension migrate tests to WebDriver with minimal changes to their existing codebase. They can then gradually migrate the API calls from RC to WebDriver.

Initially, may want to implement functionality locally. But in future, when Selenium project implements the WebDriverBackedSelenium functionality at the server side (JSONWireProtocol) can then use that for the PHP class implementation. I don't have the issue ID for that on Selenium project, but I do recall that discussion.

If this is already in the plan and existing issue opened, please mention it.

If not planned for main project, maybe someone can do this as part of forking this project.

daluu avatar Jan 26 '12 19:01 daluu