there was an open bug on chrome driver website, the bug as been fixed this month (14.11.21)
https://bugs.chromium.org/p/chromedriver/issues/detail?id=2269
this is the bug report.
how to use new chrome driver:
first go to:
https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win/942085/
download the chrome driver from there.(the first mark as showen in image).
then you will need to install the new chrome v98 using the mini_installer.exe
(pay attantion its all expermintal),
without this you could not use the new driver due to version compitity.
next i needed to delete the current chrome version to make this work good.
your are all welcome to ask me question about it, i mange to make it work with the versions i add here on whatsapp using selenium chrome driver.
EDIT:
chrome versions 98 stable will come out in 30 days, so you could try to install the beta version and not the chromium version and see if it's working.
you don't have to delete the old chrome version, I know this thread is about python but in java (i guess python support it too) you could do this:
options.setBinary(System.getProperty("user.home") + "\\AppData\\Local\\Chromium\\Application\\chrome.exe");
and it will set the path to the chromium version.