richardyc/Chrome-GPT

'SeleniumWrapper' object has no attribute 'driver'

Opened this issue · 2 comments

kmb25 commented

New here, so maybe this is an easy fix. Thanks for the help!

@kmb25
Create Selenium driver failed.
You can debug here get source err message:

self.driver = webdriver.Chrome(options=chrome_options)

I had the same issue. I was running it on MacOS with M1 processor.

I scrolled the logs a bit up to see selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 114.

So my solution was to install ChromeDriver:
brew install chromeDriver