You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing the windappdriver on a win10 device following thing are happening.
App starts
but after several seconds it crashes.
ActivateStoreApp.exe error popup is showing
Console displays
system.invalidoperationexception the process must exit before getting the requested information
at system.diagnostics.process.ensurestate(state state)
at system.diagnostics.process.get_ExitCode()
at winappdriver.modern.storeapp.Activate()
I'm aware win10 is not fully supported, but I wanna be sure this error isn't caused by my setup
The text was updated successfully, but these errors were encountered:
I think this error (kind of timing issue) was introduced in 6187bc6. You can try to replace process.WaitForExit(5 * 1000); with process.WaitForExit();.
When executing the windappdriver on a win10 device following thing are happening.
App starts
but after several seconds it crashes.
ActivateStoreApp.exe error popup is showing
Console displays
system.invalidoperationexception the process must exit before getting the requested information
at system.diagnostics.process.ensurestate(state state)
at system.diagnostics.process.get_ExitCode()
at winappdriver.modern.storeapp.Activate()
I'm aware win10 is not fully supported, but I wanna be sure this error isn't caused by my setup
The text was updated successfully, but these errors were encountered: