richardyc / Chrome-GPT

An AutoGPT agent that controls Chrome on your desktop
GNU General Public License v3.0
1.66k stars 208 forks source link

'SeleniumWrapper' object has no attribute 'driver' #22

Open kmb25 opened 1 year ago

kmb25 commented 1 year ago

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

youngfreeFJS commented 1 year ago

@kmb25 Create Selenium driver failed. You can debug here get source err message: https://github.com/richardyc/Chrome-GPT/blob/3e495dcd3745b6d4c2bb300f2c8385fed0877c2c/chromegpt/tools/selenium.py#L46

vitali-litvinovich commented 1 year ago

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