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. -- http://mail.python.org/mailman/listinfo/python-list