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.
How to identify elements on Java swing application?
2k Views Asked by AudioBubble At
2
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.