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 ad2e276 commit 65cb657Copy full SHA for 65cb657
java/src/org/openqa/selenium/MutableCapabilities.java
@@ -31,11 +31,8 @@ public class MutableCapabilities implements Capabilities {
31
32
static {
33
HashSet<String> keys = new HashSet<>();
34
- keys.add("chromeOptions");
35
- keys.add("edgeOptions");
36
keys.add("goog:chromeOptions");
37
keys.add("moz:firefoxOptions");
38
- keys.add("operaOptions");
39
keys.add("se:ieOptions");
40
OPTION_KEYS = Collections.unmodifiableSet(keys);
41
}
0 commit comments