Skip to content

Commit

Permalink
[java] update warning for setting w3c: false (#10448)
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 5, 2022
1 parent d830a13 commit 2af04d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/src/org/openqa/selenium/remote/RemoteWebDriver.java
Expand Up @@ -727,8 +727,7 @@ private void checkChromeW3CFalse(Capabilities capabilities) {
if (!w3c) {
logger.log(
Level.WARNING,
"Setting 'w3c: true' inside 'goog:chromeOptions' will not be accepted from " +
"Selenium 4.4; " +
"Setting 'w3c: false' inside 'goog:chromeOptions' will no longer be supported " +
"Please update to W3C Syntax: https://www.selenium.dev/blog/2022/legacy-protocol-support/"
);
}
Expand Down

0 comments on commit 2af04d4

Please sign in to comment.