I need an headless browser for android, like PhantomJS
, but it seems that there is nothing like that. I only need it to do some web scraping, but the content of the page is loaded with javascript, so I can't use Jsoup
for example. I've seen some solutions that suggested to use a webview without any layout to do so, but it's very tricky and I want to avoid using a context. Also I need it to be synchronous, so I can use it with RxJava. Is there any working solution?
Asked
Active
Viewed 863 times
1

Phantômaxx
- 37,901
- 21
- 84
- 115

materight
- 527
- 8
- 22
-
https://stackoverflow.com/questions/9721544/httpunit-htmlunit-equivalent-for-android – Alex78191 Apr 05 '18 at 02:50
-
This isn't a real solution, as it require to install a separate app. – materight Apr 08 '18 at 20:13