Hello
I’m using Image Exists and how can I improve its performance to recognize the image I selected faster, it has taken 20s on average.
Srini84
(Srinivas Kadamati)
March 22, 2022, 3:20pm
2
@Rodrigo_Buch
Maybe you can try specifying Timeout and check
Hope this may help you
Thanks
Gokul001
(Gokul Balaji)
March 22, 2022, 3:20pm
3
Hi @Rodrigo_Buch
Use Text Exist activity Instead of Image exist, If text is always the same in the marked area
Regards
Gokul
we have two options
first one is changing the entire timeout and make it faster in the config of the project
go to automation classic and change the run value for a less value,
also change the waitForReady propertie to none and put the timeout value in miliseconds
regards
ushu
(Usha kiranmai)
March 22, 2022, 3:36pm
5
@Rodrigo_Buch May I know why you are using Image exists. This would fail when the there is there is any application changes happens. Is the element exists not working ?
Hello, I’m not using Element Exists because it’s always true and this condition doesn’t happen every time in my “if”…
hey
its an image exist propertie as well
put at least 2000 miliseconds, equals to 2 seconds and try again
regards!