Displaying sites every 10 seconds with Python and Selenium from a CSV
I am doing an automation with Python.
This automation should take a list of websites from a .csv file and
perform click activities on them, which are
working correctly, so I will omit parts of the code.