Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win10 #21

Closed
stefdaems opened this issue Aug 21, 2015 · 3 comments
Closed

Win10 #21

stefdaems opened this issue Aug 21, 2015 · 3 comments

Comments

@stefdaems
Copy link

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
Copy link
Owner

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
Copy link
Author

Solved

@wilcollins
Copy link

Still seeing this with Store Apps in #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants