Log in or register to vote.

DOMForm

Client-side HTML processing with JavaScript support.

DOMForm is a Python module for web scraping and web testing. It knows how
to evaluate embedded JavaScript code in response to appropriate events.
DOMForm supports both the ClientForm HTML form interface and the HTML DOM level
2 interface (note that ATM the DOM is written to an out-of-date version of the
specification, and has some hacks to get it to work with 'DOM as deployed').
The ClientForm interface makes it easy to parse HTML forms, fill them in and
return them to the server. The DOM interface makes it easy to get at other
parts of the document, and ...

+1