ur Posted April 22, 2020 Posted April 22, 2020 We have automated one part of UI unctionality in one windows application using AUtoIT. It is working correctly in our environment, but on user machine, it is not detecting the last finsh/close dialog. Any suggestions on how to troubleshoot this? Installing AutoIT and running the code directly is not feasible due to user security policies.We can run only the compiled code.
FrancescoDiMuro Posted April 22, 2020 Posted April 22, 2020 @ur Give us a little bit more information, because without seeing any code or any information about the windows you are automating, won't help you nor us Click here to see my signature: Reveal hidden contents ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
Developers Jos Posted April 22, 2020 Developers Posted April 22, 2020 On 4/22/2020 at 7:03 AM, ur said: Any suggestions on how to troubleshoot this? I Expand So you never used au3info in all those years? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
ur Posted April 22, 2020 Author Posted April 22, 2020 You took me wrong Jos, the problem is, the code is working fine in our environment, but with one user, it is not working.I mean, all the code is working but one dialog is not detecting at his end with my automation. The final save dialog. He is not accepting to install autoit on his machine, so that I can check the code line by line whether executing or not. Only option I have is to run the compiled exe in front of him. Window info tool, he is not accepting to download it. So, with your experience, can you suggest anything on how to debug this? As a start, I sent him one more code sample to just detect the dialog and click it. Waiting for his reply.
TheXman Posted April 22, 2020 Posted April 22, 2020 (edited) On 4/22/2020 at 7:03 AM, ur said: Any suggestions on how to troubleshoot this? Expand Why don't you look at your script's detailed log file that includes error messages, progress messages, state information, and any other information that could be used to debug problems? What's that? Your script doesn't create such a log file? Well maybe it should so you don't have to ask others to guess why some random PC isn't reacting the way you think it should. Edited April 22, 2020 by TheXman FrancescoDiMuro 1 CryptoNG UDF: Cryptography API: Next Gen jq UDF: Powerful and Flexible JSON Processor | jqPlayground: An Interactive JSON Processor Xml2Json UDF: Transform XML to JSON | HttpApi UDF: HTTP Server API | Roku Remote: Example Script About Me How To Ask Good Questions On Technical And Scientific Forums (Detailed) | How to Ask Good Technical Questions (Brief) "Any fool can know. The point is to understand." -Albert Einstein "If you think you're a big fish, it's probably because you only swim in small ponds." ~TheXman
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