Arun-Emmanuel Posted January 12, 2023 Share Posted January 12, 2023 Hello guys, I am trying to automate a Pronto application using AutoIT. I was able to go down to the Tree Structure up until no. 3 as mentioned in my screen capture. However, I was unable to go to the sub child element from no.3. I used basic DOWN and RIGHT commands to go to no.3. I need you guys' help to go to No. 4 and then to No.5 and click on No.5. Link to comment Share on other sites More sharing options...
ioa747 Posted January 12, 2023 Share Posted January 12, 2023 try to send '+' plus sign to expand first I know that I know nothing Link to comment Share on other sites More sharing options...
spudw2k Posted January 13, 2023 Share Posted January 13, 2023 I don't have the client software to test with, but I would recommend seeing if you are able to use the _GUICtrlTreeView_* functions instead. Those functions are a much more elegant and reliable way to interact with treeview controls instead of send keystrokes. It would also be a meaningful exercise to improve your scripting skills. You can use the Au3Info*.exe tool included with AutoIt it see what kind of control the treeview is using. Drag the Finder Tool icon over the PRONTO treeview control, and if it is a SysTreeView32 class control you should be able to use the _GUICtrlTreeView_* UDF to automate it. It if is not a SysTreeView control, there may still be a way to automate the control directly requires the use of more complex functions (i.e. IUIAutomation). ...just a recommendation Arun-Emmanuel 1 Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF 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