|
|
|
[
Permlink
| « Hide
]
Peter Russell - 12/Feb/07 12:24 PM
I also see this issue with Firefox 2.0.0.1 on Ubuntu Edgy, whilst following the tutorial
Not sure it you had this info
Like the others, I hang at 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
Firefox 2.0.0.2 selenium rc 0.9.0 unit tests from Java 1.6 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
Mac OSX 10.5 Firefox 3 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.
Ive even tried hacking out the defunct 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.
Any ideas? 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/
sudo apt-get install firefox-2 and I updated selenium test to point to this new browser: *firefox /usr/lib/firefox/firefox-2-bin I don't know what's the duplicate issue but i got it working by using the 1.0-SNAPSHOT version.
|
||||||||||||||||||||||||||||||||||||||||||||||