skip to Main Content

Facebook api – Getting WebDriver working with Firefox

Using Laravel 5+ with Vagrant. I have selenium running using: java -jar vendor/se/selenium-server-standalone/bin/selenium-server-standalone.jar -Dwebdriver.firefox.bin="/usr/bin/firefox" using a headless display: sudo Xvfb :10 -ac However when i run codeception: ./vendor/bin/codecept run selenium --steps I get the following error: [FacebookWebDriverExceptionUnknownServerException] Unable to connect…

VIEW QUESTION
Back To Top
Search