java - Selenium RC: I am unable run test suite in firefox or any other browser -


i newbie selenium. encountered 1 failure not overcome. trying run next suite in firefox or chrome:

c:\auto_tools>java -jar selenium-server-standalone-2.46.0.jar -htmlsuite "*googlechrome c:\program files (x86)\google\chrome\application\chrome.exe" "http://google.com" "d:\selenium_2.0\selenium_tests\selenium_ide&selenium builder\selenium_start\test_suit.html" "d:\selenium_2.0\selenium_tests\selenium_ide&selenium builder\selenium_start\results.html" 

as answer see chrome browser with:

http://google.com/selenium-server/core/testrunner.html?auto=true&multiwindow=true&defaultloglevel=info&baseurl=http%3a%2f%2fgoogle.com&resultsurl=../postresults&test=http%3a%2f%2fgoogle.com%2fselenium-server%2ftests%2ftest_suit.html

and

23:02:46.698 info - launching standalone selenium server

23:02:46.825 info - java: oracle corporation 25.45-b02 23:02:46.826 info - os: windows 7 6.1 amd64 23:02:46.838 info - v2.46.0, core v2.46.0. built revision 87c69e2 23:02:46.897 info - driver class not found:com.opera.core.systems.operadriver 23:02:46.897 info - driver provider com.opera.core.systems.operadriver not registered 23:02:47.096 info - launching google chrome...

with *firefox path/to/firefox.exe - same issue...

can please?

yesterday found out reason antivirus blocked connection localhost including port 4444 - thats why not run test suit.


Comments