[TIP] Selenium - exception in Python driven mode

Kumar McMillan kumar.mcmillan at gmail.com
Wed Apr 16 12:46:31 PDT 2008


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
>



More information about the testing-in-python mailing list