Schlirgg Posted April 9, 2018 Share Posted April 9, 2018 Is there a way to get the information shown in the Autoit WIndow Info directly inside Autoit? I would like to get the click coordinates in the script and then call something like a DLL to get all the infos normally shown in Autoit Window Info. Or is there another library that helps doing that that is easy to use programatically? I am happy for any suggestions. Many thanks! Best Schlirgg Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted April 9, 2018 Moderators Share Posted April 9, 2018 So you want to automate an automation tool... How about a detailed explanation of what you're trying to do, rather than the "kinda like this, something like a dll explanation"? The more we know the better we can assist. Schlirgg 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
jdelaney Posted April 10, 2018 Share Posted April 10, 2018 _WinAPI_WindowFromPoint _WinAPI_GetClassName ControlCommand ControlGetText etc.. Schlirgg 1 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. Link to comment Share on other sites More sharing options...
Schlirgg Posted April 13, 2018 Author Share Posted April 13, 2018 Thank you for the responses. The list of functions helps a lot, I will research them further. Link to comment Share on other sites More sharing options...
junkew Posted April 18, 2018 Share Posted April 18, 2018 See iuiautomation thread and see faq 31 to get some directions on spying tools like au3inf FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
Earthshine Posted April 19, 2018 Share Posted April 19, 2018 (edited) @junkew, I must tip my hat to you sir. With your wrapper, I was able to automate some really ornery OCX grid control (SofTree) ! It helped me find a way get it working with my unit test c# (unmanaged app automation) stuff. nice work, once again. Appium can't do it in these cases where it's unmanaged code. If the OP wants to do this, we can help, it's actually very easy. It just required me to actually look at the uiawrapper source file to see all the good things you can do and his spy tool captures what you are interested in an all properties! very nice. Edited April 19, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
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