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

Vagrant configuration based on ubuntu/trusty64, ready to be used with Selenium.

Results 5 vagrant-selenium issues
Sort by recently updated
recently updated
newest added

Latest selenium server complains that it requires Java 8 to start but `default-jre` package for `ubuntu/trusty64` provides Java 7. Start script should be updated to install Java 8.

vagrant@vagrant-ubuntu-trusty-64:~$ **java -jar selenium-server-standalone.jar** **Exception in thread "main" java.lang.UnsupportedClassVersionError: org/openqa/grid/selenium/GridLauncherV3 : Unsupported major.minor version 52.0**

Unfortunately, there is a new Firefox version (47.0) that is incompatible with this selenium-server. If you installed this VM after 28th June (since the script does sudo apt-get update) you...