I want to scrape the html generated by javascript , just like what you can see in Firebug.
UPDATE: I've 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 works well for me.
BUT another problem occur: I have to login the website first, but I don't know how to simulate login in PyQt .... :(