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.
- ManjaDex asked 10 months ago
- last edited 10 months ago
- You must login to post comments
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.
- Darko Jovišić answered 10 months ago
- You must login to post comments
Please login first to submit.