parse html rendered by js
Javier Collado
javier.collado at gmail.com
Sat Feb 12 03:18:18 EST 2011
More information about the Python-list mailing list
Sat Feb 12 03:18:18 EST 2011
- Previous message (by thread): parse html rendered by js
- Next message (by thread): parse html rendered by js
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): parse html rendered by js
- Next message (by thread): parse html rendered by js
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list