0

I am using Selendroid(and a Perl script) and want to know if it's possible to automate pre-installed android apps such as Gallery, Clock, etc. using Selendroid?

1 Answers1

0

You can use Appium with Selendroid to automate a system app in Android. Use UI Automator viewer and adb logcat to get the application details and objects.

You need to provide the application name and the activity for all applications in Appium, where as you only need to provide the apk file for Selendroid

Nic
  • 12,220
  • 20
  • 77
  • 105
Fayis K
  • 61
  • 7