Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #55888 > unrolled thread
| Started by | Javier Collado <javier.collado@gmail.com> |
|---|---|
| First post | 2011-02-12 09:18 +0100 |
| Last post | 2011-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.
Re: parse html rendered by js Javier Collado <javier.collado@gmail.com> - 2011-02-12 09:18 +0100
| From | Javier Collado <javier.collado@gmail.com> |
|---|---|
| Date | 2011-02-12 09:18 +0100 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web