I am currently automating the firefox browser using Autoit to perform some download. To download i need to know the control elements of the Dialog box that opens up when i click on download button.I tried using the Autoit Window Info Tool to gather the information the windows dialog box for download, but the Autoit Window info tool is just showing the name of the dialog box and no other control elements are shown.Is there any other tool which can capture such info.I am trying really hard on it, but no results still.
I am currently automating the firefox browser using Autoit to perform some download. To
Share
What’s the version of AutoIT that you used? I was encountered the same situation that Autoit Window Info can not recognize the control info in an window. Finally I found because I install the AutoIt of version 3.3.6.1. If I use the window Info tool of version 3.3.0.0, It can recognize the control info that the version of 3.3.6.1 can not recognize. You can try with the Window Info Tool of version 3.3.0.0