We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad02160 commit f91fec5Copy full SHA for f91fec5
java/src/org/openqa/selenium/remote/RemoteWebDriver.java
@@ -705,8 +705,7 @@ private void checkChromeW3CFalse(Capabilities capabilities) {
705
w3c = rawW3C == null || Boolean.parseBoolean(String.valueOf(rawW3C));
706
}
707
if (!w3c) {
708
- logger.log(
709
- Level.WARNING,
+ throw new WebDriverException(
710
"Setting 'w3c: false' inside 'goog:chromeOptions' will no longer be supported " +
711
"Please update to W3C Syntax: https://www.selenium.dev/blog/2022/legacy-protocol-support/"
712
);
0 commit comments