PHPUnit-Webdriver: 09 - PhantomJS ( GhostDriver )
- https://github.com/detro/ghostdriver
- PhantomJS has ghostdriver embedded so it is an all-in-one package
- PhantomJS has crashes periodically, so have some concerns about using it.
- As of 2018.11.28:
- [FOR PHP] I currently prefer to use chromedriver with the --headless CLI spec for CI/CD use
- if only to ensure consistent runtime & capability support
- There are good reasons to implement other drivers - but I'd lean towards implementing other webdrivers AFTER a chromedriver solution is build & stable.
- Then FireFox & IE headful
- Then these two in headless
- FireFox PHP driver currently has issues with the php-webdriver(Facebook WebDriver), so have not implemented FF in my latest PHPUnit-php-webdriver framework.
- [FOR PHP] I currently prefer to use chromedriver with the --headless CLI spec for CI/CD use