Web Scraping with java and Selenium

0

I'm trying to make web scraping in my school system , I'm using lib Jsoup to do the parser, the problem is when I log in to the page, Jsoup can not control the page, thus making it difficult to login. To solve this problem, I found the possible solutions: use the HTMLUnit lib to control the page and log in, but it shows to be difficult to use and the documentation is a bit messy in that regard. The other solution was Selenium, it is very likely that I will use Selenium, since I can log in to the page with it.

There arose another problem, the implementation on the android platform. Is it possible to use Selenium on android? if so, will it leave the application heavy? if not, is there an efficient solution?

Does HTMLUnit have android implementation?

    
asked by anonymous 05.05.2018 / 21:16

0 answers