yeongbin-jo / python-chromedriver-autoinstaller

The chromedriver auto installer for distribution.
MIT License
235 stars 77 forks source link

Installing 113 and saying it's 112 #40

Closed aestass closed 1 year ago

aestass commented 1 year ago

Hi! I'm using chromedriver_autoinstaller in a project. My browser's version is the latest 112 version. When I use autoinstaller, it creates a file "112" but then I get the following error when I run the code:

Message: unknown error: cannot connect to chrome at 127.0.0.1:61406\nfrom session not created: This version of ChromeDriver only supports Chrome version 113\nCurrent browser version is 112.0.5615.50\

Do you know how to get around this?

image

DirkRichter commented 1 year ago
yeongbin-jo commented 1 year ago

Thanks for the report. The issue has been fixed by PR #43.