AWS Device Farm - Android 13 contacts system app not available

50 views Asked by At

I am trying to add a contact in an Android 13 device for a test case of getting device contacts from our app, but it seems the system app com.google.android.contacts is not actually installed in the device. Tried to install it in pre-test phase through spec yml file with the following command (which actually returns a successful installation):

enter image description here

But when trying to start the Contacts app through an Appium Python test package it seems Appium not being able to find any Contacts app activity:

enter image description here

I tried with several Android 13 public devices (Samsung, Pixel, etc) but it throws the same results.

How can I make Contacts app activity visible for Appium?

0

There are 0 answers