I'm trying to execute selenium to do some web scrapping. I'm trying to use the chrome & chromedriver 117, which are available for download here.
But when I try to execute the script, I get the following error:
ERROR - Message: unknown error: cannot connect to chrome at 127.0.0.1:38421
2023-08-03T15:14:09.917-03:00 from session not created: This version of ChromeDriver only supports Chrome version 114
2023-08-03T15:14:09.917-03:00 Current browser version is 117.0.5926.0
Why chromedriver only supports Chrome 114 if both are of version 117? And it's not exclusive for version 117, even if I use both of version 116 I get the same error.