Hi,
I’m trying to automate installing apps. I have the app names in an excel file which I loop through with for each row. When the name is inputted into the search filed I use find image to look for the install button which I then click. This is working fine but I would like to add error checking where if the app is already installed the 'install; button is replaced with ‘open’. In this scenario i would like to skip the rest of the sequence and move to the next row in the excel file. Please could someone give me some pointers in how to achieve this?
Thank you for any help.