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

notepad GUI does not launch #1

Open
GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment
Open

notepad GUI does not launch #1

GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I tried your example. Notepad is started - I can see it in Task Manager - but 
there is no GUI. The subsequent command x.winWaitActive(notepad); just hangs. 
No stacktrace, no error, nothing.

This is running from Eclipse Kepler, JUnit4, all 64bit dlls, Windows7.
I can provide any other information you need.

Original issue reported on code.google.com by [email protected] on 5 May 2014 at 4:12

@GoogleCodeExporter
Copy link
Author

Apparently it runs in a "hidden window" by default. I did not know that even 
exists.
Changing the example code to x.run("notepad.exe", "c:\\", AutoItX.SW_RESTORE) 
makes it work as expected!

Original comment by [email protected] on 5 May 2014 at 4:37

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

1 participant