On Fri, 2007-03-09 at 12:59 +0000, Paul Childs wrote:
> Thanks for the response Malcom...
> 
> > Does the same URL work if you aren't using Selenium? I'm trying to trim
> > down the problem to something smaller.
> When I type http://127.0.0.1:8000/idms/ into the address bar I do not
> get a Django error and the proper page is rendered.

Then, unfortunately, I have no idea what the problem is, because it's
something introduced by the Selenium process. I'm not a big Selenium
user, so unsure of what it's doing.

Sounds like you need some way of seeing the URL(s) that Selenium is
requesting from your server so that you can isolate the one that is
causing problems.

At a very low-level, you might be able to do this using tcpdump or
ethereal or something like that (ethereal/wireshark, even better) -- if
Selenium is talking to the browser over the local network -- and
extracting all the HTTP-type packets to look at the requests. There's
probably an easier way, though, since somebody must have to debug the
Selenium interactions at some point.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to