I want to know is there a way to open another app and click on some button. In my case, I need to open play market application from my app(using intent) and click on "update" button.
It would be great to have a method like findViewById
which I can use while I am in another app.