If you're running acceptance tests in [Codeception](http://codeception.com/) that require interaction with JavaScript, or have scripts that manipulate the DOM, the speedy [Php Browser](http://codeception.com/docs/modules/PhpBrowser) driver won't help you since it doesn't support JavaScript. The best options for running tests using JavaScript are the [Selenium2](http://codeception.com/docs/modules/Selenium2) and [ZombieJS](http://codeception.com/docs/modules/ZombieJS) drivers.
0 commit comments