@Danp2YEESSSSSSSSSSSSSSS you did it Danp2!!!!!
Adding --port=9515 to the DriverParams gets Chromedriver v128 working with Chrome v128.
I would expect WD_Option('Port', 9515) doing the same thing, NOTTTTTT!!! Very strange!!! Somehow this line is ALSO needed according to Danp2!!!
So leave it in your script!
Thank for finding the solution.
_WD_Option('Driver', 'chromedriver.exe')
_WD_Option('Port', 9515) ;<====Leave this line in (see comment below Danp2)
_WD_Option('DriverParams', '--port=9515 --verbose --log-path="' & @ScriptDir & '\chrome.log"')