"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
"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
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
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
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
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