[TIP] Selenium - exception in Python driven mode

adam goucher adam_goucher at hotmail.com
Thu Apr 17 06:26:19 PDT 2008


The internet breaking with Selenium happens all the time in IE; the 
*iexplore launcher does registry magic to point to the proxy and depending 
on how your server/browser exits it might not get cleaned out. That's 
confused me a couple times. :)

-adam

--------------------------------------------------
From: "Kumar McMillan" <kumar.mcmillan at gmail.com>
Sent: Wednesday, April 16, 2008 3:46 PM
To: "tip" <testing-in-python at lists.idyll.org>
Subject: Re: [TIP] Selenium - exception in Python driven mode

> On Wed, Apr 16, 2008 at 2:37 PM, David Brochu <brochu121 at gmail.com> wrote:
>>  from selenium import selenium
>>
>>  browser = selenium("localhost",4444,"*firefox","http://www.google.com")
>>  browser.start()
>>
>>
>>
>>  The browser does spawn, however the following error is seen:
>>
>>  File "C:\Python25\lib\site-packages\selenium.py", line 170, in start
>>         raise Exception, result
>>  Exception: 0eca522de08b4e17a88b7ef557b364f3
>
>
> I'd suggest submitting a bug: http://jira.openqa.org/secure/Dashboard.jspa
>
> I hope you are not using the trunk version.  There was a nasty bug
> about a month ago where your computer's Internet proxy would get
> hijacked, leaving you to wonder why the Internet stopped working.
>
>
>>
>>
>>  NOTE: 0eca522de08b4e17a88b7ef557b364f3 is the browser session id.
>>
>>
>>  This issue only occurs for me under Windows. Has anyone ever seen this?
>>
>>  _______________________________________________
>>  testing-in-python mailing list
>>  testing-in-python at lists.idyll.org
>>  http://lists.idyll.org/listinfo/testing-in-python
>>
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
> 



More information about the testing-in-python mailing list