Does anyone one know how i could retrieve a list of window handles of all currently opened windows.
I writing a small java app that will retrieve the list and use it to switch between the windows at a specific interval.
You can't do this with Java alone. Java has no knowledge of the specific platform you are running on, nor should it.
You could probably do this through JNI if you know enough about Windows programming to write a native application like this and then call into it from your java app.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.