reset command support
Hi guys,
We have some test scenarios that need to reset UWP Apps in order to remove cached data of tested app, however, it seems that the WinAppDriver doesn't implement reset command after checking the table of supported API. Can you pls let me know when you are going to support reset command? Is it in the scope of 1.0 release?:)
Thanks in advance!
Cheers, Alex
What we're using right now as a substitute is this:
AppSession.CloseApp(); AppSession.LaunchApp();
It's not part of the 1.0 feature set, but we are looking at adding application management improvements in the future releases.
+1
+1
+1
Any news on this feature?
Currently we're uninstalling and reinstalling the app via a Powershell script and recreating the driver which often leads to {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":4724} issues
Any update on the support of reset feature?Is there any work around for this?
+1