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
已提问 2 年前104 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容