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


Groups > comp.lang.python > #55888

Re: parse html rendered by js

References <1297412432.2316.57.camel@ocean-desktop>
From Javier Collado <javier.collado@gmail.com>
Date 2011-02-12 09:18 +0100
Subject Re: parse html rendered by js
Newsgroups comp.lang.python
Message-ID <mailman.131.1297498721.1633.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web