I want to scrape google translate, however, the translation result is generated in javascript rather than HTML, and Jsoup library doesn't support extracting javascript code.
This is the code that I want to extract from the website, which changes dynamically depending on the query:
<div class="xUPQqb" jsname="gm7qse" lang="en">hello</div>
Any help?