Re: Automate Mozilla Firefox

2006-07-28 Thread John J. Lee
"david brochu jr" <[EMAIL PROTECTED]> writes: > want to take a text file (which has a list of urls) and have my script go > through them 1 by one using Firefox. Try Selenium. http://www.openqa.org/selenium/ John -- http://mail.python.org/mailman/listinfo/python-list

Re: Automate Mozilla Firefox

2006-07-27 Thread John J. Lee
"Paul Boddie" <[EMAIL PROTECTED]> writes: [...] > Well, PyXPCOM didn't support out-of-process automation last time I > checked, and I haven't read anything on the PyXPCOM list [1] that would > suggest otherwise. Meanwhile, there is support for automation of [...] http://groups.google.co.uk/group/m

Re: Automate Mozilla Firefox

2006-07-26 Thread Paul Boddie
bruce wrote: > [Quoting "david"...] > > I am trying to automate navigating to urls (all from a txt file) 1 at a time > > in Firefox and then killing firefox before navigating to the next. I think I > > might have to use PyXPCOM to do this but I have never used this package and > > cannot find any

Re: Automate Mozilla Firefox

2006-07-26 Thread david brochu jr
 want to take a text file (which has a list of urls) and have my script go through them 1 by one using Firefox.   So for instance, if the first two urls in my list were: www.google.com www.amazon.com   I would want to spawn firefox and load www.google.com. Once google loads, I would like to kill

RE: Automate Mozilla Firefox

2006-07-26 Thread bruce
PROTECTED] Behalf Of david brochu jr Sent: Wednesday, July 26, 2006 11:05 AM To: python-list@python.org Subject: Automate Mozilla Firefox Hey everyone, I am trying to automate navigating to urls (all from a txt file) 1 at a time in Firefox and then killing firefox before navigating to the next. I

Automate Mozilla Firefox

2006-07-26 Thread david brochu jr
Hey everyone,I am trying to automate navigating to urls (all from a txt file) 1 at a time in Firefox and then killing firefox before navigating to the next. I think I might have to use PyXPCOM to do this but I have never used this package and cannot find any good resources on the net to help me alo