-
Enhancement
-
Resolution: Won't Do
-
Major
-
drone_1.1.0.CR2
There is no reason to delegate failure to Selenium. If browser binary does not exist for default selenium, simply fail fast. E.g.
<property name="browser">*firefox /opt/firefox-9.0.1/firefox-bin</property>
java.lang.RuntimeException: Could not start Selenium session: Failed to start new browser session: java.lang.RuntimeException: Firefox 3 could not be found in the path! Please add the directory containing ''firefox.exe'' to your PATH environment variable, or explicitly specify a path to Firefox 3 like this: *firefox3 c:\blah\firefox.exe at com.thoughtworks.selenium.DefaultSelenium.start(DefaultSelenium.java:109) at org.jboss.arquillian.drone.selenium.factory.DefaultSeleniumFactory.createInstance(DefaultSeleniumFactory.java:67)