Problem about running php test case using Selenium RC -



Problem about running php test case using Selenium RC -

i utilize mozilla firefox 4. can run php test case selenium rc, when run test case found next error every test case command line. ....

failed start new browser session: java.lang.runtimeexception :firefox 3 not found in path. please add together directory containing " firefox.exe" path environment variable or explicitly specify path firefox 3 this

*firefox3c:\blash\firefox.exe

when write

$this->setbrowser("*firefox /usr/bin/firefox"); // linux path of firefox file.

but in windows

$this->setbrowser("*firefox") // takes default path c:\program files\mozilla firefox

if trying run on specific browser according versions have specify path of file firfox.exe stored.

thanks.

php selenium-rc

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -