Hi All,
I have a question why the image exists take long time to check in the browser, is there any other alternative solution to make it out faster…?
if there’s a solution please let me know it as soon as possible.
Hi All,
I have a question why the image exists take long time to check in the browser, is there any other alternative solution to make it out faster…?
if there’s a solution please let me know it as soon as possible.
As a alternative solution, why don’t you try element exists, on element appear?
Image automation is recommend when there is no option of getting the elements.
Thanks
Hi ksrinu070184 Sir,
I have used Element exists as well as CV Element Exists and Image Exists it’s getting out slow…
It is might be the website is loading slowly?
Or the element you indicate need fine tuning
Thanks
Retry Scope in condition use Element Exists Activity.
in Retry Scope properties enter NumberOfRetries and RetryInterval.
Hi ksrinu070184 Sir,
I am sharing you a website can you help me to make it out faster the process because I already tried but it’s very slow…
Hi kommijeevan Sir,
I am sharing you a website can you help me to make it out faster the process because I already tried but it’s very slow…
ok send that website link.
I opened website here which image you want to verify?
The reason is image activity will look for the image and it’s accuracy level
As the page might be loading or if the image alone might take some time to load thus the bot takes the equivalent time to click on that image
This happens in ocr or image automation
Either we can reduce the accuracy level in property or the timeout property less than the default of 30000 milliseconds like around 10000
Cheers @SOURAV_KUMAR_DAS
Yes of course
Because timeout property will be set will default value as 30000 milliseconds
So the bot will wait until that 30 seconds time
So we can reduce that time less than 30000 milliseconds so that if the bot is not able to find the image within that specified time then it would give use False as value
Cheers @SOURAV_KUMAR_DAS