I have updated my Chrome to the latest 87.0.4280.67 version recently and I have a consecutive chromedriver downloaded too: ChromeDriver 87.0.4280.20 but my tests are failing with the error:
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 85
I've spent the whole day searching for similar problems/solutions here but nothing helps in my case.
I also looked at similar problems here, but they don't really help.
I can see in the logs below information:
[WDM] - Get LATEST driver version for 87.0.4280 [WDM] - Driver [/Users/nataliamarciniak/.wdm/drivers/chromedriver/mac64/87.0.4280.20/chromedriver] found in cache
So to me, it seems the versions are alike - expected vs found. Where the problem can be?