Bertrandxx Posted August 12, 2016 Posted August 12, 2016 (edited) Ok so i am about to autmate a program that should be clicked start on, after download has completed. I can put sleep xx xxx amount of time, but this is not a solution coz sometimes downloads can take longer or for w/e reason the program can be stuck on it forever and sleep doesnt work here. I need to detect the area where it says downloading updates to change to update complete. Is there a way to implement this graphical change on the program interface in my autoit scrip so that it resumes clicking buttons after this change from dling updates to dl complete ? Keep in mind finder tool does not detect anything under class or instance when i hover over any part of the program. It only detects process name which never changes thus cannot be used as condition. imgurl Edited August 12, 2016 by Bertrandxx
l3ill Posted August 12, 2016 Posted August 12, 2016 StatusbarGetText Try using this to get the change and code around that... My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
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