how to make a class to get all forms and input fields from webpage

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sat Dec 27 21:39:54 EST 2008


En Sat, 27 Dec 2008 21:54:02 -0200, alex goretoy  
<aleksandr.goretoy at gmail.com> escribió:

> How do I make a class for retrieving all forms and input fields on a web
> page. Meaning, form name, form url,all input fields,
> text,textarea,select,etc...I have something currently and it kinda

I'd use BeautifulSoup: http://pypi.python.org/pypi/BeautifulSoup/

-- 
Gabriel Genellina




More information about the Python-list mailing list