Android contacts system app not available

0

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

How can I make Contacts app activity visible for Appium?

asked 6 months ago73 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions