How to clear html generated by javascript using python?

I want to clear the html generated by javascript just like you see in Firebug.

UPDATE : I found this article: http://blog.motane.lu/2009/07/07/downloading-a-pages-content-with-python-and-webkit/ which use PyQt to solve the problem, and it is good works for me.

BUT one more problem: I first need to go to the site, but I do not know how to simulate a login in PyQt ....: (

+5
source share
3 answers

Check out this article that describes how to use Windmill to clear a page after the browser has completed Javascript.

, , , - HTML, JavaScript DOM.

, , .

+5

, Javascript HTML. Javascript DOM . Firebug HTML- DOM, . HTML .:)

, . , .

0

pidon spidermonkey, python Firefox: http://code.google.com/p/python-spidermonkey/

.

0
source

All Articles