I am trying to figure out how to parse HTML where I should execute javascript.
I was trying a lot of way to do that, but still have nothing
For example:
HTMLUnit - seems to me like the best parser to execute javascript, but when I try to add dependencies getting error, that haven't solved in stackoverflow
Selenium Web Driver. Also looks good, but again a lot of problem with dependencies. And cannot find any examples of that
Rhino. Very limited documentation about integration in android
- JSoup. Pretty good, but cannot execute javascript
I will be very thankful who will try me to figure out how to parse HTML with javascript with some examples. Thank you very much