i would like to know if there is a tool which can help me to automate a java applet application in browser i tried to use FEST-Selenium but is there any other tools ? thank you
Asked
Active
Viewed 1,859 times
1
-
Possible duplicate of [Could someone suggest a test automation tool to automate Java applet window?](https://stackoverflow.com/q/11342150/3357935) – Stevoisiak Oct 05 '17 at 13:47
1 Answers
0
After some research on Java Applet Automation i found some tools which can help to automate the Java Applets. Some of them you can Look for is LiveConnect and Robot. You can give a try with them.

Rupesh Shinde
- 1,933
- 12
- 22
-
Robot class seems interesting in my case thank you, but i must find a solution to automate robot with differents screen resolutions – yougerrard Dec 11 '14 at 11:36
-