How to disable reset or enable Complete reset the device in Appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to disable reset or enable Complete ...

How to disable reset or enable Complete reset the device in Appium?


capability.setCapability("noReset", true);
capability.setCapability("fullReset", true);
Full Reset Perform a complete clean and reset of device state before and after an automation session. No Reset Skips the reset of the devices before and after the user of the App. Value= true/false Platform= Android

Leave a Reply

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