Paradox34690 Posted October 31, 2013 Posted October 31, 2013 Hi everyone, Have a bizarre question - Is it possible that AutoIt cannot see anything (and I mean literally anything) about a javaw.exe based application? The javaw.exe based application is a confidential application used and developed by the company I work for. I am the my departments IT guy, have developed multiple vb.net applications and utilities for internal use, and am working on a metrics-based initiative for the department. Long story short, the simplest way for me to do what I'm trying to accomplish is to tally metrics points based off of what buttons users click while inside of this javaw.exe based application. My original plan was to do some "import" statements in VB and utilize the AutoIt libraries to facilitate "button sensing", but it doesn't appear that this is going to work as I had hoped. Here's a pull of the AutoIt v3 Window Info > summary tab so you can see what I mean; no ">>> Control <<<" items are ever listed: expandcollapse popup>>>> Window <<<< Title: United States - [Removed for confidentiality reasons] | 8:12:52 PM EDT Class: SunAwtFrame Position: 41, 32 Size: 1240, 944 Style: 0x16CF0000 ExStyle: 0x00000100 Handle: 0x0066032E >>>> Control <<<< Class: Instance: ClassnameNN: Name: Advanced (Class): ID: Text: Position: Size: ControlClick Coords: Style: ExStyle: Handle: >>>> Mouse <<<< Position: 1101, 371 Cursor ID: 2 Color: 0xEEEEEE >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< >>>> Hidden Text <<<< Thoughts?
Moderators Melba23 Posted October 31, 2013 Moderators Posted October 31, 2013 Paradox34690, Is it possible that AutoIt cannot see anything (and I mean literally anything) about a javaw.exe based application?Unfortunately: Yes. There is Java UDF but I have no idea how useful it might be to you. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
junkew Posted November 1, 2013 Posted November 1, 2013 I am automating lotus notes 8.5 with this '?do=embed' frameborder='0' data-embedContent>> try the simple spy in that thread to see if there is more recognized And as far as I am aware lotus notes is written in Java 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