I need to know if an image is found
I use Find Imange but it always gives me true, even when the image doesn’t appear. Can anybody help me?
I need to know if an image is found
I use Find Imange but it always gives me true, even when the image doesn’t appear. Can anybody help me?
hi
welcome to back to uipath community
Kindly use a IMAGE EXISTS activity and get the output with a boolean variable named hayServicie and use a if condition where mention the condition just as
hayServicie = True
if true it will go to THEN part which means image is there or will go for ELSE part
Cheers @Victoria
@Victoria Find image will give output value as uipath.core.element so instead of using find image activity use image exists activity it will give output as boolean.
Thank you very much to all. Image Exists worked for me
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.