Open browser is taking time

I am using open browser activity to launch my browser. I have noticed that it launches in 2 seconds but takes complete 10 seconds to perform the next action. Can we reduce this time?

I checked with use browser activity also and same results.
Any views?

1 Like

@pushkar.singh

Did you set wait fir load to complete? If so it would wait till all the elements load

You can set it to interactive if that is allowed and you are not facing any issues

And generally the speed would be different ehen you run in debug and run mode…try with run mode and check…

Cheers

@pushkar.singh its not activity issue
You should try to kill all irrelevant processes by using "kill process activity " before opening you browser.

How long it takes when you open it manually? Maybe it is machine issue, not activity as @raja.arslankhan mentioned.

I m using kill process where it kills all chrome browsers and relaunches again.

no wait to load.
How can i set it to interactive?

@pushkar.singh

If you check the drop down you will have 3 options…none,complete and interactive

Cheers

@pushkar.singh Ok then you can use wait for window. On element appear for complete load.


This one?
It is already selected as interactive.

@pushkar.singh

If you are not changing int he browser activity properties then yes its already set…

Cheers

Hi @pushkar.singh,

  1. Disable browser extensions: Certain browser extensions can slow down the browser’s performance. You can try disabling any extensions that you are not using.
  2. Use the “Wait for Ready” property: The “Wait for Ready” property of the “Open Browser” activity can be set to “Interactive” or “Complete” to wait for the browser to finish loading before performing the next action. This can help reduce the delay caused by performing actions on a partially loaded web page.


check timestamp

No such extensions.

Thanks for your views.

@pushkar.singh

Did you check with modern activities as well??

I wont say its not usual…but it might take…did you try in run mode and from
Orchestrator…you might see some difference there…

Cheers

Via orchestrator, it is good. Thanks.

One question, where are the generic delay settings that orchestrator uses?

1 Like

@pushkar.singh

I believe whatever you set in the project settings of studio run mode stands good for orchestrator as well…those are the project level settings that are being done…

From orchestrator you would not see the extra delays that happen in studio …even in run mode you would hve some kind of delays which wont be there in orchestrator

Cheers