parse html rendered by js

Javier Collado javier.collado at gmail.com
Sat Feb 12 03:18:18 EST 2011


Hello,

2011/2/11 yanghq <yanghq at neusoft.com>:
>    but for some pages rendered by js, like:

You could use selenium or windmill to help you reproduce the contents
of the web page in a browser so you can get the data from the DOM tree
once the page has been rendered instead of by parsing the js.

Best regards,
    Javier



More information about the Python-list mailing list