imsardine / winappdriver

WebDriver for Windows Applications
MIT License
119 stars 11 forks source link

Win10 #21

Closed stefdaems closed 9 years ago

stefdaems commented 9 years ago

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

imsardine commented 9 years ago

I was able to activate a store app successfully.

I think this error (kind of timing issue) was introduced in 6187bc6. You can try to replace process.WaitForExit(5 * 1000); with process.WaitForExit();.

stefdaems commented 9 years ago

Solved

wilcollins commented 8 years ago

Still seeing this with Store Apps in #12