I\'m using a Python script to render web pages and retrieve their HTML\'s. It works fine with most of the pages, but with some of them the HTML retrieved is incomplete. And I do
I think you can use http://ghost-py.readthedocs.org/en/latest/ for this case. It's loads web page like real browser and run JavaScript.
Also you can try PhantomJS for example, but it written on nodeJS.