Hi -
I’m trying to automate browser based item deletion process which is done using the information in an excel.
At times, there are items which are already deleted and when bot search these items, the message is prompted in the 'Count=0). For now, i have i used continue on error so that automation can move to next item without error.
Is there any way to move to the next item and restart the loop the moment the message ‘Count=0’ appears on the screen. (Message appears on the same position in the browser)
Please let me know.