Skip to content Skip to sidebar Skip to footer

How To Execute Commands On A 3rd Party App Using Adb Commands Or Something Similar

I have a use case which requires an app, not developed by me, to be controlled. I have adb access to the android device. These are the steps that are required to be performed: Inp

Solution 1:

Take a look at UiAutomator. It will enable you to launch a third-party app and perform any actions you want with it. In order to examine the UI and create the right locators, there's a command-line tool called uiautomatorviewer, bundled along with Android SDK.


Post a Comment for "How To Execute Commands On A 3rd Party App Using Adb Commands Or Something Similar"