且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在 Appium 中点击权限提醒的允许按钮后无法点击链接?

更新时间:2022-05-20 17:44:15

我可以通过设置以下功能来处理弹出窗口:

I'm able to handle the popup by setting up below capabilities :

capabilities.setCapability("autoGrantPermissions", "true");
capabilities.setCapability("autoAcceptAlerts", "true");

在这种情况下,它不会显示始终授予的权限集的弹出窗口.

In this case it doesn't show the popup the permission set always granted.