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 c755c2f commit 4f3a0a9Copy full SHA for 4f3a0a9
java/client/src/org/openqa/selenium/remote/ProtocolHandshake.java
@@ -77,7 +77,7 @@ public class ProtocolHandshake {
77
/**
78
* Patterns that are acceptable to send to a w3c remote end.
79
*/
80
- private final Predicate<String> ACCEPTED_W3C_PATTERNS = Stream.of(
+ private final static Predicate<String> ACCEPTED_W3C_PATTERNS = Stream.of(
81
"^[\\w-]+:.*$",
82
"^acceptInsecureCerts$",
83
"^browserName$",
0 commit comments