When test is running on Android/iOS I see a pop-up where I'm asked to 'Allow' or 'Block' it.
How can I handle it via 'desired capabilities'?
I tried to set in Android
:
"autoGrantPermissions": "true"
but it did not help me.
Also I tried to use iOS
capabilities, as:
"locationServicesEnabled": true,
"locationServicesAuthorized": true,
"autoAcceptAlerts": true,
"bundleId": "io.appium.TestApp"
IMAGE: