wangjing020404 Posted May 20, 2014 Posted May 20, 2014 I am doing auto-test on my software using AutoIt. The software was developed by MFC and objective grid. AutoIt window info can't recognize the grid content. Anyone knows how to recognize it. Does AutoIt have some interface that can support users to register the third party software? I know TestComplete has SDK and can support it.
orbs Posted May 20, 2014 Posted May 20, 2014 hello wangjing020404, welcome to AutoIt and to the forum! you may need the UI Automation framework - that's the first topic in the "Example Scripts" forum: '?do=embed' frameborder='0' data-embedContent>> Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates WinPose - simultaneous fluent move and resize Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff Magic Math - a math puzzle Demos: Title Bar Menu - click the window title to pop-up a menu
wangjing020404 Posted May 20, 2014 Author Posted May 20, 2014 Thank you for your quick reply and I will read it
jdelaney Posted May 20, 2014 Posted May 20, 2014 (edited) Developers here have had to add public dll calls into our software to manipulate stingray controls...such as getting the column names, properties, etc. A workaround would be to controlfocus, then controlsend Ctrl+A...grab all the data to the buffer, and parse on @crlf and then @tab. This will give you an array of all the data, find the row you want, and the controlsend Home, and controlsend downarrow to your record. The UIAutomation will not provide you with what you need. Edited May 20, 2014 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
wangjing020404 Posted May 21, 2014 Author Posted May 21, 2014 So, I can't add dll call to AutoIt, yes?
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