当测试在Android / iOS上运行时,我会看到一个弹出式窗口,我要求“允许”'或者'阻止'它。
如何通过“所需功能”来处理它?
我试图在Android
中设置:
"autoGrantPermissions": "true"
但它对我没有帮助。
此外,我尝试使用iOS
功能,如:
"locationServicesEnabled": true,
"locationServicesAuthorized": true,
"autoAcceptAlerts": true,
"bundleId": "io.appium.TestApp"
图片: