Alectrona Posted March 6, 2020 Posted March 6, 2020 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...
junkew Posted March 8, 2020 Posted March 8, 2020 Faq31 and FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Alectrona Posted March 9, 2020 Author Posted March 9, 2020 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?
junkew Posted March 9, 2020 Posted March 9, 2020 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. FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now