Selendroid as a web scraper
问题 I intend to create an Android application that performs a headless login to a website and then scrape some content from the subsequent page while maintaining the logged-in session. I first used HtmlUnit in a normal Java project and it worked just fine. But later found that HtmlUnit is not compatible with Android. Then I tried JSoup library by sending HTTP “POST” request to the login form. But the resulting page does not load up completely since JSoup won't support JavaScript. I was then