Jump to content

How to automate Java SunAwtFrame?


Recommended Posts

I want to write a script that will automate action such as clicking button, filling fields, copying data from a Java AWT Application : "Opera PMS"

 

Autoit Window Info tool just tells me the class of the window which is SunAwtFrame and its title.

 

This thread is often quoted https://www.autoitscript.com/forum/topic/87956-java-udf/

 

But its from 2009 and many links are dead...

Link to comment
Share on other sites

Thanks. I may take a look. I found an alternative using Autohotkey instead, it works for almost every java app, but I am not detecting anything for the specific java app I am looking for.

Are there few java softwares that doesnt let anything be accessible?

Link to comment
Share on other sites

Java accessibility bridge is the base for accessibility of java programs. Some commercial programs hook deeper into processes by code injection. So it really depends on your classtypes you need access to and preferably ralk to your developers of the application to make things accessible.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...