I have a Python script for web scraping using Selenium. In that I want to execute the script in a period of time. For that, I want to know how to schedule using crontab on Ubuntu.
Crontab is not opening the browser and executing the Selenium automation, so is there another way to schedule the Python script?