Groups | Search | Server Info | Login | Register
| Newsgroups | comp.sources.d |
|---|---|
| Date | 2016-12-17 20:23 -0800 |
| Message-ID | <bad116f1-6090-480d-a539-eeeacdb45a7c@googlegroups.com> (permalink) |
| Subject | Recovering HTML rendered in browser using JSoup |
| From | sandeep6699@yahoo.com |
Can somebody kindly suggest the proper way to use JSoup on a website like "https://network.axial.net/a/company/business-team-san-francisco/"?
This website has a lot of Javascripting, and no matter what I do {documentObj.body().data(), documentObj.html(), connectionObj.response().body(), Jsoup.connect(urlStr).userAgent("Mozilla").data("name", "jsoup") etc.}, I am not able to recover the html that is rendered in a browser.
--SS
Back to comp.sources.d | Previous | Next | Find similar
Recovering HTML rendered in browser using JSoup sandeep6699@yahoo.com - 2016-12-17 20:23 -0800
csiph-web