Is there a way to simulate a website button-click in android studio or calling it's javascript code?

204 Views Asked by At

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.

0

There are 0 best solutions below