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 b86d847 commit c3017baCopy full SHA for c3017ba
java/src/org/openqa/selenium/remote/AcceptedW3CCapabilityKeys.java
@@ -34,7 +34,8 @@ public class AcceptedW3CCapabilityKeys implements Predicate<String> {
34
"^setWindowRect$",
35
"^strictFileInteractability$",
36
"^timeouts$",
37
- "^unhandledPromptBehavior$")
+ "^unhandledPromptBehavior$",
38
+ "^webSocketUrl$") // from webdriver-bidi
39
.map(Pattern::compile)
40
.map(Pattern::asPredicate)
41
.reduce(identity -> false, Predicate::or);
0 commit comments