Setting the path to firefox
Page 1 of 1 • Share •
Setting the path to firefox
Hi Guys
Perhaps someone can help me here. I'm trying to run Webdriver Selenium Junit Test via Firefox but I always get an error cannot find firefox path.
Since I had that with RC too and solved that one by just entering the path to the firefox exe, how do I do that for the Webdriver?
Thanks in advance
Perhaps someone can help me here. I'm trying to run Webdriver Selenium Junit Test via Firefox but I always get an error cannot find firefox path.
Since I had that with RC too and solved that one by just entering the path to the firefox exe, how do I do that for the Webdriver?
Thanks in advance
Mitendrius- Posts: 1
Join date: 2011-09-22
Re: Setting the path to firefox
you have write this line before opening the browser
System.setProperty("webdriver.firefox.driver","PATH TO FIREFOX EXE")
OR
System.setProperty("webdriver.firefox.bin","PATH TO FIREFOX EXE")
Regards
Ashish
For selenium training go to:
http://qtpselenium.com/samplevideos/selenium/seleniumvideos.php
System.setProperty("webdriver.firefox.driver","PATH TO FIREFOX EXE")
OR
System.setProperty("webdriver.firefox.bin","PATH TO FIREFOX EXE")
Regards
Ashish
For selenium training go to:
http://qtpselenium.com/samplevideos/selenium/seleniumvideos.php
ashish_techie- Amateur

- Posts: 50
Join date: 2011-08-09
Similar topics» X3-00 on/off path
» CARA SETTING GPRS DAN MMS
» proxy setting for firefox
» Setting the path to firefox
» Selenium RC "java.lang.RuntimeException: Firefox couldn't be found in the path!" problem
» CARA SETTING GPRS DAN MMS
» proxy setting for firefox
» Setting the path to firefox
» Selenium RC "java.lang.RuntimeException: Firefox couldn't be found in the path!" problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case