Hello guys i have a project that contains image exist. I use IF Condition with this condition
If (ImageExst) = TRUE then do something. Why my if condition always going to true?
Hi @Kelvin1
Can you share the screenshot of the image?
Have you tried with Element Exist activity?
Regards
Gokul
Hi @Gokul001
This is the image.
The reason im using image exist because i used to use image exist on my previous project and all good. The second reason i dont want to use element exist because there is another notification on the same position.
i’ve been used text exist also and still same
I wrote the text like in this image
HI @Kelvin1
Just give Half of the text
No data stored for communication
You can also try with OCR Text Exist activity
Regards
Gokul
Hello @Kelvin1 ,
You can check if the scale is set at appropriate level whose value range is between 0-1 and also the WaitForReady property as None.
Regards,
Pratik Maskar
Hi @Kelvin1 use OCR Text Exist activity and try . Before that just scrape the screen with microsoft ocr, copyt the particular text that ocr extract and pass that text to OCR Text Exist activity(Check with microsoft OCR engine)
Hi @Tapan_Behera1 need to watch youtube to do that because i never do that. Thanks for the advice, gonna try it later
@Kelvin1 ,
You can play around with image accuracy property between 0 to 1 and Keep some delay between the activity as well.
Regards,
Pratik Maskar
@Kelvin1
Can you to grab the short sized and more unique image in your automation.
regards,
pratik Maskar
Its solved, i just delete the activity and then make a new 1. Idk why this is works for me
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.