UiPath Modern activity doesn't continue to next activity

Hi, I’m having some issues regarding to UiPath modern design activities. I have 2 activities in a browser scope. First one is type into, second one is click:

The problem is when I run this activitites:

  • Open the browser
  • Type into the text AND stays there forever… doesn’t go out, doesn’t send error, it also has a timeout of 5000 miliseconds but the activity stays there forever, never go to the next activity…

Do you what why is it happening?

These are the properties:



@KevinDS

Use Simulate for input mode in Click and type into activities.Remove the Delays
Debug the process

Hi @KevinDS

You have given Timeout as 5000 right. TimeOut is taken as per seconds, so 5000 seconds means nearly 84 minutes. So, after 84 minutes only it will go to next activity. You need not give that much timeout. You can go with the timeouts displayed in the drop down.

Hope you understand!!

1 Like

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