I'm transferring my python scraper to a vps on Ubuntu. I've installed chromedriver using apt get and I'm getting an error when running my script.
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:51757
from session not created: This version of ChromeDriver only supports Chrome version 108
Current browser version is 107.0.5304.121
Does anyone know how in bash to fix this? Do I change the chrome version, because I'm not sure how to do that, and I don't know where it is found on my filesystem.
Thanks.