Testing existing android applications though appium

Hi There,

I wanted to test pre installed applications like gmail, google maps etc. where can i get the .apk files related to them? can i do that through appium?

You don’t need apk, only bundle id and activity. For example, these set of capabilities launch Chrome

That worked, Thank you!! You saved my week!! :star_struck: