Skip to content

Commit

Permalink
[java] Adding one more exception for SeleniumHQ#10711
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol authored and elgatov committed Jun 27, 2022
1 parent 9f4a7a5 commit 8a54c6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/src/org/openqa/selenium/AcceptedW3CCapabilityKeys.java
Expand Up @@ -39,6 +39,9 @@ public class AcceptedW3CCapabilityKeys implements Predicate<String> {
// TODO: Needs to be removed when ChromeDriver issue is resolved. Not a W3C capability
// https://bugs.chromium.org/p/chromedriver/issues/detail?id=4129
"^chrome$",
// TODO: Needs to be removed when MSEdgeDriver issue is resolved. Not a W3C capability
// https://github.com/MicrosoftEdge/EdgeWebDriver/issues/23
"^msedge$",
// TODO: Needs to be removed when GeckoDriver issue is resolved. Not a W3C capability
// https://github.com/mozilla/geckodriver/issues/2023
"^platformVersion$",
Expand Down

0 comments on commit 8a54c6a

Please sign in to comment.