Skip to content

Commit

Permalink
[java] Removing old browser options strings
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 30, 2022
1 parent ad2e276 commit 65cb657
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions java/src/org/openqa/selenium/MutableCapabilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ public class MutableCapabilities implements Capabilities {

static {
HashSet<String> keys = new HashSet<>();
keys.add("chromeOptions");
keys.add("edgeOptions");
keys.add("goog:chromeOptions");
keys.add("moz:firefoxOptions");
keys.add("operaOptions");
keys.add("se:ieOptions");
OPTION_KEYS = Collections.unmodifiableSet(keys);
}
Expand Down

0 comments on commit 65cb657

Please sign in to comment.