2008/8/3 ToshiBoy <[EMAIL PROTECTED]>: > Currently, I'm using iMacro, an add-on to Firefox, which runs a macro > and enters all the info. It's great, but I would like to try and write > a program for this in Python. It needs to collect some user input at > the beginning, and then open the default web browser (or preferably > runs its own interface) and enter the information by identifying the > fields and inputting the text, and "saving" the info by "clicking" > buttons. > > Is there a web browser interface module in Python that would have > methods to do this kind of stuff?
Take a look at Mechanize: <http://wwwsearch.sourceforge.net/mechanize/>. -- Cheers, Simon B. [EMAIL PROTECTED] http://www.brunningonline.net/simon/blog/ GTalk: simon.brunning | MSN: small_values | Yahoo: smallvalues | Twitter: brunns -- http://mail.python.org/mailman/listinfo/python-list