I launched a jnlp file which opens the application for me using JRE 1.8 for which I need to perform test, but I am unable to capture the objects present in the application. I could only capture the frame window.
I tried doing record and play back but the script reads as follows:-
sunAwtFramewindow().click(atPoint(x,y))----(for UserName field)
sunAwtFramewindow().inputChars("abc")----(for UserName field)
where sunAwtFramewindow is the only thing I can capture.
Thanks in advance!!