Open daluu opened 12 years ago
This project already has a partial class wrapper for PHPUnit Selenium RC: http://code.google.com/p/php-webdriver-bindings/
But its nice to have choice, in case one feels your library is better, so still suggest this project have a wrapper as well.
How to write test case for ajax application using Selenium 2
Since this driver binding already is PHPUnit friendly, perhaps would be nice to create a wrapper class to wrap PHPUnit's SeleniumTestCase (Selenium RC) API calls to equivalent Web Driver calls, as well as wrap the setup of SeleniumTestCase setBrowserUrl() and setUp() methods.
This way users can more easily migrate existing PHPUnit Selenium (RC) tests to Selenium 2 / Web Driver using your driver binding.
But good work thus far. And nice that you've included SauceLabs support already.