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
asked a year ago103 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