Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #55888 > unrolled thread

Re: parse html rendered by js

Started byJavier Collado <javier.collado@gmail.com>
First post2011-02-12 09:18 +0100
Last post2011-02-12 09:18 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: parse html rendered by js Javier Collado <javier.collado@gmail.com> - 2011-02-12 09:18 +0100

#55888 — Re: parse html rendered by js

FromJavier Collado <javier.collado@gmail.com>
Date2011-02-12 09:18 +0100
SubjectRe: parse html rendered by js
Message-ID<mailman.131.1297498721.1633.python-list@python.org>
Hello,

2011/2/11 yanghq <yanghq@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web