Jsoup does not support javascript and does not emulate a browser. Just forget about it if you plan to run Javascript. In my experience, HtmlUnit, which is a mute browser, gave me better results (always talking about Java frameworks).
One thing worth trying in HtmlUnit is to change BrowserVersion(Chrome / InternetEplorer / FireFox) when creating the instance WebClient. Some sites react differently, and sometimes just changing this value can give you the results you expect to get.
source
share