esfalk Posted April 21, 2004 Posted April 21, 2004 I'm worried the answer will be no, but can AutoIT in it's current form interact with Java applications? I realize that AutoIT can always blindly click and type, following a pre-set path, but the 'Last Control Under Mouse' portion of the AU3_Spy while in a java application is blank. If this is something that AutoIT cannot do, does anyone know of a similiar scripting-based application that can interact with java based applications and windows? Perhaps this is something AutoIT can incorporate at a later date??
esfalk Posted April 28, 2004 Author Posted April 28, 2004 Just wanted to tap this back up to the top 'o the list... If AutoIT can't and won't ever be able to interact with Java powered GUI windows, does anyone know another (free) utility that can? Many thanks.
esfalk Posted May 24, 2004 Author Posted May 24, 2004 ...it's quiet... too quiet... This isn't exactly critical by any stretch of the imagination, but I am curious; so if anyone has any insight into this subject it'd be most appreciated. Thanks.
SlimShady Posted May 24, 2004 Posted May 24, 2004 Java uses their own controls that AutoIt doesn't recognize.
esfalk Posted May 25, 2004 Author Posted May 25, 2004 I appreciate your response, SlimShady... but this is something I've found to be true on my own, hence the thread in the forums. Are there plans to incorporate Java interactivit-ibility into AutoIT? Is there a similiar, "opensource BASIC-like scripting language designed for automating" java? Thanks
Nutster Posted May 25, 2004 Posted May 25, 2004 We are using some rather low-level windows commands to do what we are doing with controls, windows etc. I do not know if Java allows that depth of access. I should learn Java one of these days. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
Walkabout Posted June 8, 2006 Posted June 8, 2006 (edited) We looked at some automated testing solutions for work a little while ago, and being an AutoIt user, I asked the question about Java Controls. The answer was that with a special plugin, Quicktest Pro by Mercury (Used to be called WinRunner) is able to interact with Java controls. Anyone got any insights on how they might do it and if the technique could be ported to AutoIt?Brief reference hereTaWalkabout Edited June 8, 2006 by Walkabout My Stuff:AutoIt for the MassesWait until Oracle Apps is readySend email natively from Autoit3
Walkabout Posted June 13, 2006 Posted June 13, 2006 Bump My Stuff:AutoIt for the MassesWait until Oracle Apps is readySend email natively from Autoit3
nfwu Posted June 13, 2006 Posted June 13, 2006 Sorry, but try using Java to automate Java applications. If you know Java, check out the Robot class. #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
kjactive Posted June 13, 2006 Posted June 13, 2006 (edited) Well there is one way to impliment a java script - as a hybrid code, insert an CWebpage.dll library control that can be visual or nonvisual. The CWebpage control can then directly handle different html code, java included just as Html scripts...I don't think that there should be any limits here, snap mouse location, mouse role over events etc. here some information on using this control in C++ http://www.codeproject.com/com/jscalls.asp...select=828100...CWebpage library can be download some different location links in this forum - have a search..kjactive Edited June 13, 2006 by kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc...
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