Reputation: 21
I'm having some trouble when I execute the following command in cmd windows 8;
java -jar selenium-server.jar -htmlSuite "*firefox" "http://www.konga.com" "C:\Users\Tunji\Desktop\SeleniumTestsCoreFunctionality\DeliveryWidgetTest.html" "C:\Users\Tunji\Desktop\SeleniumTestsCoreFunctionality\results.html" -firefoxProfileTemplate "C:\Users\Tunji\AppData\Roaming\Mozilla\Firefox\Profiles\0srebkp2.selenium"
Output:
It hangs at line 10 when I execute this same command with "*firefox" or "*chrome"
Please HELP!
Firefox version 23.0.1
Windows 8
Selenium - selenium.rc.version=1.0
Upvotes: 0
Views: 826
Reputation: 179
I had this problem after upgrading to Firefox 38. Going back to 37 solved the problem for me.
Upvotes: 0
Reputation: 1075
Download Selenium RC version 2.35.0 and Try this. Let me know it doesn't work.
Upvotes: 1