1

I want to get the html content of a page but am unable to because of the scripts that are in the HTML file. I'm trying to use Jsoup to extract the content. If it helps, this is the link to my issue. JSoup select form returns null

Does anyone know how I can achieve this? Thanks.

SatvikVejendla
  • 424
  • 5
  • 14
  • 1
    This answer (and a few others on that page) seem to demonstrate what you are trying to do: https://stackoverflow.com/a/61531637/2711811. Essentially you need a separate program/library to process the web page for js - the reference uses htmlunit but another example would be selenium (and probably others). –  Nov 23 '20 at 16:55
  • Thank you so much!!! – SatvikVejendla Nov 23 '20 at 17:55
  • If you make that an answer, I can check it. – SatvikVejendla Dec 12 '20 at 16:22

0 Answers0