Hello,
I am trying to find an image on a web page, if that image is found it increases the counter for that image by 1. There are 5 different images.
The program works well with continueonerror turned true but for each image these is a 120 seconds delay since there are 4 other continue on errors that it has to go through
Is there any way with which we can reduce the standard 30 seconds delay on continueonerror to maybe 1 second?