I have installed SilkTest 21.0.1
I have installed Eclipse version 2023-12
System : Windows 11
Use case:
I have an application where in if you navigate to a URL ( http://abcd:8080/jnlp.html), the browser downloads the jnlp file and we need to open the jnlp file using javaws. I have been able to automate the above steps using SilkTest but after the java applet opens( as a separate window
I have tried the below options:
objDesktop.attach("jp2laucnher.exe");
objDesktop.find("Window Caption name");
But to no avail.