Finding image matches of different sizes

I am trying to use the Find Image Matches activity but to find matches with different size matches of a given image (The target element could have the image I am looking for but it could be a bit larger or smaller). I tried with lower accuracy values but so far it seems that it is not possible.

Is there another activity that I can use to do this?

Hi @punya,

You can try the below workaround:
i. Save the image you are expecting on the page as file. [Save the largest version of the image you expect]
ii. Pass this file as input for your “Find image matches” activity, if image is found then exit.
iii. Else scale the image down by a small value and repeat step 3.
repeat this process until you scale down to the smallest expected image size.