Hi,
I am trying to run one example given on getting Started page
with FirefoxDriver. But I am getting following exception.
Exception in thread "main" org.openqa.selenium.WebDriverException:
Cannot find firefox binary in PATH. Make sure firefox is installed. OS
appears to be: VISTA
System info:
os.name: 'Windows Vista', os.arch: 'x86', os.version:
'6.0', java.version: '1.6.0_11'
Driver info: driver.version: firefox
at org.openqa.selenium.firefox.internal.Executable.<init>
(Executable.java:48)
at org.openqa.selenium.firefox.FirefoxBinary.<init>
(FirefoxBinary.java:50)
at org.openqa.selenium.firefox.FirefoxBinary.<init>
(FirefoxBinary.java:46)
at org.openqa.selenium.firefox.FirefoxDriver.<init>
(FirefoxDriver.java:84)
at org.openqa.selenium.example.GoogleSuggest.main(GoogleSuggest.java:
15)
I have downloaded latest binaries from webdriver project page
(webdriver-all-1039.zip). I am running Firefox version 3.5.2 on Vista.
Can somebody help me to solve this issue?
Thanks,
Prashant