I tried to set WAITFORREADY property as Complete but this will just pause my workflow for a long time and after that the rest of the activities inside the Then container are not executed.
Then we are good
We can reduce the time period
Be issue usually it will wait around 30 seconds which is the default value of the Timeout property and once if the image is found within that time period it will get to the next activity and if not it will give the boolean output as False
—so if THEN part is not working ElementExists activity gives us output as False which is want we want right
And to reduce that time period mention like this 10000 milliseconds in timeout property which will make the element exists activity to wait only till 10 seconds