I am trying to automate the uploading of files to a web page. The way the page is designed means that when an file is has finished uploading, the only indication that it has finished is with the appearance/change of a div-class in the html.
In the html before the upload
After the upload completes it adds "HAS IMAGE" and changes to:
What I want to be able to do is to run a PAUSE UNTIL the new div class appears so I know I can continue with the rest of the macro.
I did see this solution but couldn't work out out to convert it to work in this situtation:
Any help greatly appreciated