Why the image exists take long time to check in the browser?

Hi kommijeevan Sir,

How to use the retry scope an you share me sample examples on it.

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

1 Like

Retry Scope in condition use Element Exists Activity.
in Retry Scope properties enter NumberOfRetries and RetryInterval.

1 Like

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.

1 Like

Hi kommijeevan Sir,

This is the link

I opened website here which image you want to verify?

1 Like

Hi kommijeevan Sir,

Second and last Image…

Hello @SOURAV_KUMAR_DAS

You can specify the

image then check you wont get delay…

Thanks,
Suresh.

1 Like

Hi suresh_kumar4 Sir,

Sure I will let you know it once i implement it…

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

2 Likes

Hi Palaniyappan Sir,

Sure Sir, I will try it out and let you know soon…Sir.

1 Like

Hi Palaniyappan Sir,

Does the timeout property helps to scan quickly?

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

1 Like

Hi Palaniyappan Sir,

Thank You Sir.

1 Like

@SOURAV_KUMAR_DAS

The best way to handle delay is from config file just change delay time according to your need. This will help you to avoid hard coding of values and easily maintainable without changing code.

1 Like

Thank You Sir.

Cheers @SOURAV_KUMAR_DAS

1 Like