How to make the automation to run faster?

Hi
I have developed an automation that scrapes product information from the Amazon website. However, when I run it, it opens the browser and remains on the page for 3-4 seconds before writing the output to an Excel sheet.

Activity Used - Get Text to scrap.

Is there any way to reduce this processing time?

Kindly share a screenshot of the code snippet. Also explain bit more on the exact requirement

Hi @Naman_Arora

Try to change the Input mode of every Ui activities to Simulate.

Hope it helps!!