How to skip the Android device initialisation in Appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to skip the Android device initialisation ...

How to skip the Android device initialisation in Appium?


capabilities.setCapabilities("skipDeviceInitialization",true);
Skip device initialization on Android. This includes installation and running of the Settings app, and permission setting. Can be used to improve startup performance when the device was previously used for automation and it's prepared for the next automation session.

Leave a Reply

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