Can a script continue even if a failure occurs on a find image step?

I have a step in a scenario to click on an image (let’s say step 20). Is there a way to continue to next step (21) even if step 20 image can’t be found?

Basically:

Step 20 - find image.
Step 21a - click on image if exist.
Step 21b - if can’t find image, move on to next step.

Yes, you just need to check the “Continue On Failure” property for the image action. Select your image action and then go to properties. Check the “Continue On Failure” property.