Selenium RC -html suite hangs on "Preparing Firefox profile..." -


i'm having trouble when execute 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:

  1. 19:00:37.664 info - java: oracle corporation 23.25-b01
  2. 19:00:37.665 info - os: windows 8 6.2 amd64
  3. 19:00:37.667 info - v1.0-snapshot [1123], core v1.0-snapshot [2101]
  4. 19:00:37.747 info - version jetty/5.1.x
  5. 19:00:37.749 info - started httpcontext[/selenium-server/driver,/selenium-server/driver]
  6. 19:00:37.750 info - started httpcontext[/selenium-server,/selenium-server]
  7. 19:00:37.750 info - started httpcontext[/,/]
  8. 19:00:37.757 info - started socketlistener on 0.0.0.0:4444
  9. 19:00:37.757 info - started org.mortbay.jetty.server@3ff9f663
  10. 19:00:38.310 info - preparing firefox profile...

it hangs @ line 10 when execute same command "*firefox" or "*chrome"

please help!

firefox version 23.0.1

windows 8

selenium - selenium.rc.version=1.0

download selenium rc version 2.35.0 , try this. let me know doesn't work.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -