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
hi david... just what are you trying to do... are you trying to drive some functionality of firefox? are you trying to parse web files?? more information might allow someone to shed additional thoughts on a solution.. -bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT