Hi,
I have a noob question. I would like to automate installations but sometimes I have to wait and click "next" several times until I finally click "finish" I have tried the sleep command with keystrokes, and also X,Y coordinates with a mouse click but I often miss.
How do I get autoit to wait for the "next" button to not be grayed out and automatically click the button during the program installation. The next button is highlighted by default each time it appears. This would be in a scenario where I'd have to click next 4 times and then click "finish". I hope this makes sense. Any help would be appreciated.