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
Post a Comment