Android : How to Clear Application data and cache programmatically

Android : How to Clear Application data and cache programmatically

Have you tried using resetApp() from appium, as I know it will clear the app data

MobileDriver driver = MobileDriverFactory.getDriver()

driver.resetApp();

Can u guide me a steps, So that i can tryout this please.

Hi there

‘Clear app data’ can be done but the solution requires many complicated steps have to be done from you because Katalon Studio doesn’t support this. These steps will frustrate you and it’s not recommended.

Hi this is no working for me, can you help me with more information if you have it