Re: Solved: Re: Run Selenium tests on OS X?

2010-01-12 Thread Sumit Pandit
Hi Team, I am able to run successfully on Safari but still getting same issue on Firefox. -- Thanks And Regards Sumit Pandit On Jan 11, 2010, at 3:00 PM, Sumit Pandit wrote: Hi Devs, I am trying to run Example selenium test cases on OS X, but getting following error -

Re: Solved: Re: Run Selenium tests on OS X?

2010-01-11 Thread Sumit Pandit
Hi Devs, I am trying to run Example selenium test cases on OS X, but getting following error - 14:41:10.976 INFO - Command request: getNewBrowserSession[*firefox /Applications/Firefox.app/Contents/MacOS/firefox-bin, http://localhost:8080/, ] on session null 14:41:10.977 INFO - creating

Re: Run Selenium tests on OS X?

2009-12-14 Thread Scott Gray
I downloaded the 1.0.1 server and client distribution and it seems to work fine now, which is strange since it looks like we're using a 1.0.2 snapshot. I'll try a more recent 1.0.2 snapshot and see it how goes. Regards Scott On 14/12/2009, at 8:47 PM, Scott Gray wrote: Hi Erwan, I did

Solved: Re: Run Selenium tests on OS X?

2009-12-14 Thread Scott Gray
Turns out the webtools selenium setup helper had an old download url, when I used the ant target instead everything worked fine. Fixed in r890518. Regards Scott On 14/12/2009, at 11:29 PM, Scott Gray wrote: I downloaded the 1.0.1 server and client distribution and it seems to work fine

Re: Solved: Re: Run Selenium tests on OS X?

2009-12-14 Thread Ashish Vijaywargiya
Scott, I liked the way you replied by changing the subject by adding prefix Solved:. -- Ashish On Tue, Dec 15, 2009 at 4:13 AM, Scott Gray scott.g...@hotwaxmedia.comwrote: Turns out the webtools selenium setup helper had an old download url, when I used the ant target instead everything

Re: Solved: Re: Run Selenium tests on OS X?

2009-12-14 Thread Erwan de FERRIERES
Congrats ! Le 14/12/2009 23:43, Scott Gray a écrit : Turns out the webtools selenium setup helper had an old download url, when I used the ant target instead everything worked fine. Fixed in r890518. -- Erwan de FERRIERES www.nereide.biz

Run Selenium tests on OS X?

2009-12-13 Thread Scott Gray
Has anybody been able to successfully run the example Selenium tests on OS X? Any tips or tricks? I've followed the instructions in the PDF Brett attached to OFBIZ-2116 but Firefox (3.5.5) never starts up and the client eventually times out. Thanks Scott HotWax Media

Re: Run Selenium tests on OS X?

2009-12-13 Thread Akash Jain
Hello Scott, Check version of browser in seleniumXml.properties file, it is browser=*firefox /usr/lib/firefox-3.0.4/firefox. Change firefox-3.0.4 firefox-3.5.5 for testing. HTH Thanks and Regards -- Akash Jain Scott Gray wrote: Has anybody been able to successfully run the example

Re: Run Selenium tests on OS X?

2009-12-13 Thread Scott Gray
Thanks Akash, but I don't have a firefox executable under /usr/lib/, the only executable I've been able to locate is: /Applications/Firefox.app/Contents/MacOS/firefox-bin It does manage to load a firefox process but gets stuck here: 14:53:15.023 INFO - Checking Resource aliases 14:53:15.029

Re: Run Selenium tests on OS X?

2009-12-13 Thread Erwan de FERRIERES
Hi Scott, Have you already a firefox running ? Can you open two differents firefox on your mac ? Have you tried with no firefox at all launched ? Le 14/12/2009 06:00, Scott Gray a écrit : Thanks Akash, but I don't have a firefox executable under /usr/lib/, the only executable I've been able

Re: Run Selenium tests on OS X?

2009-12-13 Thread Scott Gray
Hi Erwan, I did have another instance running initially but tried again without and had the same result both times. Regards Scott On 14/12/2009, at 8:40 PM, Erwan de FERRIERES wrote: Hi Scott, Have you already a firefox running ? Can you open two differents firefox on your mac ? Have you