Closed evilcins closed 1 year ago
Some context:
https://github.com/SeleniumHQ/selenium/issues/12381 https://github.com/GoogleChromeLabs/chrome-for-testing/issues/30
Looks like a Chromedriver bug that will be worked around in the next release of Selenium.
@sgravrock It looks like Selenium 4.11 has been released https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md#v4110
I've confirmed that upgrading either selenium-webdriver or chromedriver to the latest version fixes this.
With Chrome + chromedriver version 115 (and earlier I presume) on Ventura 13.5 - this has been repeated by multiple other users with the same environment. The
runSpecs
command fails with the following trace:Other browsers work fine.
I've tracked it down to here:
If I pass chrome options like so, it works as expected:
I've tried reinstalling chrome, to no avail.