Clikc and type activity

Dear all,

I’m currently working on a Automation and in this automation I use click and type into activities.
For some reason when i use click activity it clicks the desired object but then waits 3 minutes to continue with the next activity the same situation accures with the type into activity

Can anyone help me with this problem?

2 Likes

Hi @athevan96 have you set any delay like timeout Ms for delay activity

Thanks
Ashwin.S

No, thats what i thought as well but those weren’t set

Hi @athevan96
Use element exists for the selector and do the click and type into

Thanks
Ashwin.S

1 Like

where can i find elements exists

@athevan96

have you set delay in Delay before or Delay after properties ?
is Target(Wait for Ready properties) as Interactive ?

No Delays, before or after and target is set to target

@athevan96

Change WaitForReady property from Interactive to None for those two activities and then give it a try.

2 Likes


i cant find the waitforready option
could you explaing where i could find it

2 Likes

Fine
No Worries
–make sure that the properties in Click activity like Simulate Click is enabled, but i hope this wont sound much
–but kindly enable the properties simulate type, click before typing, and empty field in the Type into Activity as after click and before typing only we are facing issue and so enable these properties in Typeinto activity, which might reduce the time taken
–and set the property WaitForReady as None under Target option in Type into activity buddy

This should work for sure
Kindly try and let know for any queries or clarification
Cheers @athevan96

@athevan96

Expand the Target option and there you will find it.

2 Likes

if you didn’t set timeout, normally robot will stop within 1-2minutes.

if you didn’t set any delay, it means robot use 3 minutes to find the elements.

Would you like to upload your workflow?

Thank you, that did the trick!

2 Likes

use simulate click and check if it works

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