Click failing if page taking time

Hi
I am facing an issue for a click activity where selectors are fine but if page is slow it fails

Hi @Franklin_D
welcome to community !!

Please try to increase the timeout and make wait for ready property as complete

Thanks

3 Likes

Ok so I need to delay the click a bit

So is timeout or delay better

Timeout is more preferable than delay

Reason if webpage loads bit faster , it wont wait for full timeout period so it proceeds to next activity smoothly

where as delay is hardcoded even though webpage loads faster it waits complete to perform the activity

1 Like

Thanks @nikhil.girish

Also can you please show me about this wait for ready

Sure @Franklin_D
in Click Properties
image

Make sure You use this option

Thank you Nikhil!

It’s working

1 Like

Great @Franklin_D

Happy Automation

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.