In the modern view : Use Browser timeout setting not working

Hi All,

I am using use browser activity i sent 18000 milliseconds in timeout however it still failing after few seconds is there any other way for configuring timeout please?

Hi @Sathish_Ashokan

By default the timeout for the Use browser activity is 30000 milliseconds means 30 seconds. Give the timeout more than 30000 milliseconds.

Hope it helps!!

i gave 999999 millisecond also but still failing, not waiting until the authentication

How much time taking for the authenication @Sathish_Ashokan

@Sathish_Ashokan we have option to update timeout settings,

  1. Project level
  2. Activity Property level

Again we have two types of timeouts,

  1. Runtime
  2. Debug Time

I’m not sure about how your project/Studio setup but try to run the code instead of debug.

Regards,
Ashok

What error do you get?

Timed out couldn’t find the ui element coz we need to authenticate if it delays few seconds it failing

That sounds like the timeout exception thrown from an activity inside the Use App/Browser scope. Perhaps you could try to adjust the timeout of that activity instead. If that does not work, you could provide us more detailed info on what you are trying to do.