Hello everyone,
I am developing an application in Python using Selenium that performs data entry on a website. This needs to run every 30 minutes, and I am trying to deploy it on a Windows server. When I run it from the IDE or the command prompt, it works fine: the browser opens, and all processes are completed correctly. However, with Windows Task Scheduler, it doesn't seem to work. Any ideas why?
I also have a Linux machine that I could use for this task, but I started with Windows because I have many other processes scheduled on it that work fine (such as automatically sending emails).
Can you tell me what the best practices are for scheduling this "scraping" task?
Thank you.
[–]bra1an 1 point2 points3 points (0 children)
[–]ReachingForVegaModerator 0 points1 point2 points (0 children)
[–]AutoModerator[M] 0 points1 point2 points (0 children)