Web site open time

Hi,

i have one website which is open some time in 2 second but some time take 1 min ,how will manage this

please help me on this

Regards,
Ram Gurav

Hi,

Use Retry Scope with element exists in the conditional part.

HAPPY AUTOMATION!!!

yes sir, thanks for quick response

we already use element exits but i don’t want increase time
is there any other option

Increase retries count

@Ram_Gurav1

Use Element Exists activity and indicate particular field which is visible once page is loaded fully and set TimeOut value as 90000. So that Bot will wait max 1 min 30 sec to check for that element. If page is loaded within the time and element found then it will give output as True else False.

@Ram_Gurav1 May I know why don’t want to increase the time. If application taking long time to load then it is best practise to make the bot to wait for the enough time

Also, don’t assume that Element Exists activity will wait until given time though the page or element loaded successfully. Once it finds the element loaded then it will go the next activity directly if not then it will wait for the element until given time

Use Element Exists activity and indicate particular field which is visible once page is loaded fully

And in properties set a timeout of 2 min

And by the way timeout doesn’t wait always for full 2 mins

If your page is loaded within 30 sec it will proceed to next activity @Ram_Gurav1

Hello @Ram_Gurav1 ,

You can refer to below post. Or You can do it with a combination of Check App status in the modern design. There you can provide an element to appear and the delay.

Hi @Ram_Gurav1

Use On Element Appear Activity…

u have mark on element after full load site… untill bot will wait the element will appear once… its appear bot processed to next step.

Thanks
Shyam