HTML expect in python

D H no at spam
Sat Jul 16 00:42:31 EDT 2005


WGW wrote:
> I would like to automate some simple browser navigating using python. 
> Ideally, I would like a package like pyexpect, but that can handle a 
> browser in much the same way as pyexpect handles a terminal (tall 
> order!). In short, I want a macro language for a browser (I know about 
> the commercial packages such as Easy Bee and Internet macros, but I want 
>  more programmability and less cost!)

See the mechanize module: http://wwwsearch.sourceforge.net/mechanize/
Or else you can use win32com stuff to automate internet explorer if you 
really need to do it that way.



More information about the Python-list mailing list