Hey guys, we are looking for a neat way to clean app data cache between tests.
I have read around various solutions none of which for for me:
- use
fullReset: true and noReset:false capabillity - This restarts the device without the app installed.
browser.reset() or browser.resetApp() - only works for Android
Anyone got any suggestions for this?