I’m attempting to automate tests for a legacy Oracle Forms application (launched via browser but runs as a Java applet) using Katalon Studio. Standard web locators fail to recognize form elements (text fields, buttons, etc.) since the UI renders as a Java applet, not HTML.
What I’ve tried:
Katalon’s native Windows Recorder/Spy: Cannot identify objects inside the applet.
Has anyone successfully automated Oracle Forms within Katalon? If so:
What integration approach did you use (e.g., WinAppDriver, JAB Access Bridge, third-party tools)?
Are there reusable libraries/plugins for Java applet interaction?
I originally mentioned using Katalon’s Web Recorder, but I’m actually using the Windows Recorder/Spy. The application is a Java applet-based Oracle Forms app that runs as a Windows desktop UI after launch. Updating the post accordingly.