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

2008-12-27 Thread RP
Thank you. On Sat, Dec 27, 2008 at 8:39 PM, Gabriel Genellina wrote: > En Sat, 27 Dec 2008 21:54:02 -0200, alex goretoy < > aleksandr.gore...@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,

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

2008-12-27 Thread Gabriel Genellina
En Sat, 27 Dec 2008 21:54:02 -0200, alex goretoy 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.pyth

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

2008-12-27 Thread alex goretoy
Hello All, 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 works. It also kinda works for retrieving all images on webpages. My main concer here is to ma