Click takes 10-20 seconds before performing

how to make it faster ???
what i mean when running the application, clicking takes too long to respond. but it works

Hello @hwjigs In the Click activity check SimulateClick property because this doesn’t move the mouse physically it sends a direct command to the application.

Cheers

1 Like

Hello @hwjigs,

Go to the property panel of the click activity, set the SimulateClick property to True, and set the Timeout to 10000 milliseconds. This will resolve your issue.

1 Like

Hello @hwjigs in the ‘Click activity’ please in properties check ‘SimulateClick’ and make sure that the fields delay before and after are at a default value.

1 Like

@hwjigs

  1. If the page is taking time to load then by default it will take time if wait for load is set or if responsive is checked
  2. simulate can speed up a little
  3. refining or adding more reliable and static attributes in selector can speed it up

cheers

i will try this . thank you so much :folded_hands: