Open website slowly

I have created a studio, but the website open slowly when run the uipath file.
It’s slower than I open the website manually. How to resolve?
Sometimes I add delay activities in it, but the uipath file will run long time.

@wang_amanda

Can you place a write line before the open website activity and after the activity and write as Now.ToString, Remove delays for time being

This will show you the time stamp and from that time stamp, you might know exactly is this activity delay or delay due to the system slowness also.

Make the run instead of Debug you can except some slowness

Hope this will help you

Thanks

Hi @wang_amanda

Inside the open do of Open Browser Use OnElement Appear activity Indicate the

Any One of the Element after the browser fully Opened Inside the Do Container of the of the OnElement appear perform the Required Operation!

Regards

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