How can I loop the flow below about 100 times? It basically searches for an image, clicks on it, and scrolls down the page. However, sometimes when scrolling down, the image appears again, so I need to click on it repeatedly until it no longer appears. I need a loop to handle this behavior, and repeating it 100 times works for me.