if the Chrome alert message exist before (simulate) click, it had spend time some seconds
and it makes problem…
but i have to using Mode simulate,
how can i remove this spending time??
if the Chrome alert message exist before (simulate) click, it had spend time some seconds
and it makes problem…
but i have to using Mode simulate,
how can i remove this spending time??
Hi @dhkim ,
Go to your click activity, in the properties on the right side of your window, you can set timeout for your activity.
Here 2000 means waiting time is 2 seconds, by default this field is empty and it waits for 30 seconds before throwing error.
In case of any confusion, pls do let me know!
Hello @dhkim
In the project setting, you can set the default delay for activities. So if you add a lesser delay in the Timeout field of the property, it will override and wait only for a shorter delay.
Thanks