Find image vs find image matches Activity

What is the diff between find image & find image matches these two activities ?
In my project I need to check whether pdf is signed or not ? So for that which activity can i use & how to validate these activity results in if condition?

@lakshman do you have any idea

Hi,

FindImage returns single UiElement which meet condition.

FindImageMatches returns multiple UiElement which meet condition, as IEnumerable<UiElement>

If you need True or False as result, ImageExists activty will help you.

Regards,

okay thanks then i will use Image Exists activity

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.