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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -