I am getting an error when opening up chrome with Selenium, it opens up and closes the window right after opening. Here is my code:
import requests import json from selenium import webdriver driver = webdriver.Chrome(executable_path=r'C:\Users\Salvatore\Desktop\Desktop\webdrivers\chromedriver.exe')``` This is the error: ```selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81```