79091278

Date: 2024-10-15 18:30:59
Score: 1.5
Natty:
Report link

Jsoup is only for parsing HTML, what you want here is a headless browser. If you must use java for this then your options here are:
htmlunit (but the javascript support isn't great, wouldn't reccomend it if the page has a non-trivial amount of js)
Selenium(browser automation, includes language bindings for Java)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: juliethefoxcoon