How to do cleaning operation between multiple test cases?
Posted on July 23, 2019
By Adithya Shetty
driver.closeApp();
OR
capabilities.setCapability("noReset","false");
Description This capability is used when we want to reset app state between sessions (Android: uninstall app before new session). Its default Value is False.
OR
Using closeApp() method we can close the current application and try to relunch in the next step.