Hi guys,
I’m experiencing a minor setback when trying to clear my app data to start a new test. When using an Android driver, resetApp() works just fine, but for iOS it just seems to close the app and launch it again, without actually clearing the data. The catch here is that I can’t use removeApp() because the device farm tool I’m using does not allow me to install the app manually (or via capability).
I’ve tried to set combinations of noReset=true/false, fullReset=true/false, still nothing…
Any ideas?