how can I simulate a button click, which is calling javascript-code in android studio?
It's like a follow button.
I have to login in this website. For now I do that with Jsoup. Then to follow, I have to click a button (the button calls javascript code).
I would like to automate that in android studio with own methods.