Click when progress bar changes color and ends

Hi, you can use visualGetPixelColor to check the color of the progress bar.

So basically you would do a loop, check the color every second, and then continue when it is green. That will be a very stable way to automate this.