best set of modules for web automation without javascript
Paul Rubin
http
Fri Feb 13 12:25:10 EST 2009
News123 <news123 at free.fr> writes:
> I would just like to retrieve all the field names and default values of
> a form. (Some forms are huge) and wondered thus whether there's already
> a python module parsing a html documents for forms , form fields and
> field vaules, returning an objcet. that could be modified and posted.
BeautifulSoup may be of some help.
More information about the Python-list
mailing list