|
Not sure it you had this info Extracting /customProfileDirCUSTFF to /tmp/customProfileDir979326 But If I close the firefox that Selenium opened I get Launching Firefox... And all seems fine after this. openSuSE 10.2 After selenium.start() i see only: and nothing more, no new Firefox window after this... I get something very similar - Firefox 2.0.0.4, but on Windows XP Pro: GET: cmd=getNewBrowserSession&1=*firefox&2=http%3A%2F%2Flocalhost%3A8080%2F Then, after a while: 11:39:13,187 WARN HttpConnection:780 - GET /selenium-server/driver/?cmd=getNewBrowserSession&1=*firefox&2=http%3A%2F%2Flocalhost%3A8080%2F HTTP/1.1 Duplicate of I was stuck on this issue as well. I noticed that on the RC FAQ page, the last entry mentions a bug with FF2. He suggests using the lastest snapshot of RC, rather than the 9.0 version. I downloaded 9.2 and it all works now. Also wanted to add my comment that this is not working for me Using SRC 1.0 Beta 1, as above it's hanging at "Preparing Firefox profile..." and killing the instance of FF manually starts the actual tests. We also have this 'Preparing Firefox profile' then hanging in a linux 2.6/Firefox 2.0.0.12 environment. chrome://killff/content/kill.html command and replacing it with :- chrome://global/content/dummyWindow.xul with no success (this does shutdown firefox if run from the command line however) tried 0.92, 1.0 Beta and the nightly build, all fail. I also have this problem, on a Windows Server 2003, with Firefox 3.0.1. Just to note that I observed on Selenium Remote Control 1.0 beta-1. I got this same issue using Firefox 3 (the default on Ubuntu) and Selenium RC 1.0 beta1. I used a workaround I found at http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/ I don't know what's the duplicate issue but i got it working by using the 1.0-SNAPSHOT version. I'm still seeing this issue: Firefox Versions (I tried with 2 different firefox versions): Selenium Version: 1.0.1 Commands I'm using to start selenium: Subsequent commands: Nothing happens. A FF window pops up but thats about it. NOTE: This works just fine on my WinXP using Selenium 1.0.1 and FF 3.0.13 |
|||||||||||||||||||||||||||||||||||||
I also see this issue with Firefox 2.0.0.1 on Ubuntu Edgy, whilst following the tutorial