Skip to content

Commit 2e47913

Browse files
committed
[bidi][java] Fix the mode "closed" for a node
1 parent e9ec0be commit 2e47913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/bidi/script/NodeProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class NodeProperties {
2626
private enum Mode {
2727
OPEN("open"),
28-
CLOSE("close");
28+
CLOSED("closed");
2929

3030
private final String value;
3131

0 commit comments

Comments
 (0)