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

Selenium error on Chrome version #12

Open
leolivier opened this issue May 5, 2023 · 1 comment
Open

Selenium error on Chrome version #12

leolivier opened this issue May 5, 2023 · 1 comment

Comments

@leolivier
Copy link

When starting chromeGPT, I get the following error:

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 111
Current browser version is 113.0.5672.63 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
@ethanthai2
Copy link

You could try adding these 2 lines inside selenium.py file. It could help you update new version of Chrome.

from webdriver_manager.chrome import ChromeDriverManager

## Line 46
self.driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=options)

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

2 participants