Click activity takes 20 seconds

Hi Everyone,

I need to click on a particular element and it happens after 20 seconds but there was no delay added at that particular point. If i check click activity alone then the bot clicks immediately and also it is in VPN Connection. Could you please suggest why it happens?

I didn’t get your idea.
could you please discribe any detail?
thanks

Try changing the WaitForReady property of click activity and you can set to None and then run the flow.

Click activity takes more than 20 seconds to click on an element. This is the issue but actually no delay given.

May be something wrong with the selector, it is taking time to locate the element or there are more than one element with the same selector…

Thank you. It worked.

You are correct. It got fixed by setting wait for ready to None.