Any java based open source tool like AutoIT to simulate windows functions
Asked
Active
Viewed 2,588 times
0
-
1java is far too detached from the windows api for what you're asking. – arkon May 16 '12 at 06:53
3 Answers
0
Sikulix is adding OCR-based automation and a GUI to Robot.java features. See on github

user1767316
- 3,276
- 3
- 37
- 46
0
according to this java-and-macros-project, we can assume that not many projects will do that in Java.
the closest thing to consider as an answer to your question (even though I admit not 100%) are the following posts:
and

Community
- 1
- 1
-
i tried to open a notepad using following fuction of JWinAuto but it does not seem to be working lib.AU3_WinActivate("Untitled - Notepad", ""); it is returning void so i can't check for any type of return type – Pushpinder Rattan Sep 04 '11 at 06:21