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 d830a13 commit 2af04d4Copy full SHA for 2af04d4
java/src/org/openqa/selenium/remote/RemoteWebDriver.java
@@ -727,8 +727,7 @@ private void checkChromeW3CFalse(Capabilities capabilities) {
727
if (!w3c) {
728
logger.log(
729
Level.WARNING,
730
- "Setting 'w3c: true' inside 'goog:chromeOptions' will not be accepted from " +
731
- "Selenium 4.4; " +
+ "Setting 'w3c: false' inside 'goog:chromeOptions' will no longer be supported " +
732
"Please update to W3C Syntax: https://www.selenium.dev/blog/2022/legacy-protocol-support/"
733
);
734
}
0 commit comments