Skip to content

Commit ee84bcb

Browse files
committed
Make recursive setting of IEOptions harder
1 parent c1e9efa commit ee84bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/client/src/org/openqa/selenium/MutableCapabilities.java

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public class MutableCapabilities implements Capabilities, Serializable {
3131
private static final Set<String> OPTION_KEYS;
3232
static {
3333
HashSet<String> keys = new HashSet<>();
34+
keys.add("se:ieOptions");
3435
keys.add("safari.options");
3536
OPTION_KEYS = Collections.unmodifiableSet(keys);
3637
}

0 commit comments

Comments
 (0)