I have done the following.. still no use.. Please please help me.. If this is working means.. I can do the rest..
Details:
selenium-remote-control-1.0
Windows XP
FF : 3.6.16
L:\>java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
When starting Firefox I get: java java.lang.RuntimeException: Firefox refused shutdown while preparing a profile”
Here is my log on this error: … java Caused by: org.seleniumhq.selenium.server.browserlaunchers.FirefoxChromeLauncher$FileLockRemainedException: Lock file still present! C:\DOKUME1\Semadou\LOKALE1\Temp\customProfileDir9d4a3879bb7d4ca5b75dbbb488ec30b1\parent.lock
Sometimes Selenium Remote Control does not stop Firefox properly on Windows and things get very messy (leaving lock files behind). This does happen when you Ctrl-C while running the test suite for instance.
If you encounter this problem, I would advise you to:
· Kill all running Firefox instances and make sure that there is no Firefox process in the task manager (or even better reboot)
· Delete all the directories: C:\DOCUME1\<your login>\LOCALS1\Temp\customProfileDir*
· While you are at it cleanup C:\DOCUME1\<your login>\LOCALS1\Temp as much as possible
· Run your tests or the demo again
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.