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
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
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 5 May 2014 at 4:12The text was updated successfully, but these errors were encountered: