In my website I have a "SHOW MORE" Button which sends javascript to show more text. I'm trying to make a app that can fetch text from my site.
I'm currently using jsoup, but it returns "blalblbla + "show more"
So how do I get that hidden text that isnt show'd onLoad?
Is there anyway to send javascript code to jsoup? or should I use another library.
Thanks!