How to grant system Permissions for app in Appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to grant system Permissions for app ...

How to grant system Permissions for app in Appium?


capability.setCapability("autoGrantPermissions",true);
This Appium capability automatically determines which permissions your app requires and grant them to the app on install.
Note: If the noReset capability is true, this capability doesn't work. Value = true/false

Leave a Reply

Your email address will not be published. Required fields are marked *