Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kmb25 opened this issue May 13, 2023 · 2 comments
Open

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

kmb25 opened this issue May 13, 2023 · 2 comments

Comments

@kmb25
Copy link

kmb25 commented May 13, 2023

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

@youngfreeFJS
Copy link

youngfreeFJS commented May 15, 2023

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

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

@vitali-litvinovich
Copy link

vitali-litvinovich commented Aug 31, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants