Test can't find Chrome

0

I'm getting a Error: Activity class {com.android.chrome/com.google.android.apps.chrome.Main} does not exist. error in my Appium logs.

My tests specify the following capabilities that I would hope is general enough to work for any device.

                platformName: "Android",
                "appium:automationName": 'UiAutomator2',
                browserName: 'Chrome',

Testing on a Google Pixel 6a.

I can run my tests locally against both the simulator and a real device.

Any pointers? Can I run the Device Farm setup locally for faster testing?

sedrik
posta 2 anni fa104 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande