This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # make sure you have Selenium installed: https://pypi.org/project/selenium/ | |
| # make sure you have the latest chromedriver installed: https://googlechromelabs.github.io/chrome-for-testing/ | |
| # save this file somewhere, change the paths as you need and make it autostart. enjoy. | |
| from selenium import webdriver | |
| from selenium.webdriver.chrome.options import Options | |
| from selenium.webdriver.chrome.service import Service | |
| import os | |
| import time |