I am trying to automate java swing application using Winium
. To identify properties of elements I have used UISpy.exe
and Inspect.exe
. But both are failed to identify elements on my swing application. However, both are working when I am trying to identify elements on Windows Notepad application.
Asked
Active
Viewed 1,884 times
1
2 Answers
0
To automate swing ui in Java, Jemmy is the good option.
Even the same one is available as RobotFramework keyword library in the name SwingLibrary.

Navarasu
- 8,209
- 2
- 21
- 32