Process executes faster from development than from unattended.

Answered
0
0

Hi,

Currently, I’m in the final testing phase of data scraping, focusing on extracting real estate data. I’ve observed that when I initiate the scraping process from development, it takes approximately 30 seconds to scrape data from one property, which typically involves extracting around 150 values. However, when running the process in unattended mode, the time increases to 45-50 seconds per property. This difference is primarily due to slower navigation on the website.

How can I achieve the same execution time in unattended mode as in development mode?

Could the performance of the virtual machine on which the process is running be affecting this?

I’m using the identical version of Chrome, and therefore the WebDriver as well.

The virtual machine meets the minimum requirements, robot versions are also same on VM and my local PC.

  • You must to post comments
Best Answer
0
1

Hi,

Check your Script Executor configuration file (default location is “C:\Program Files\Robotiq.ai\RecorderRobot\Robotiq.ScriptExecutor.dll.config”) and change the property SleepTime to 0.

Hope this helps.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.