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 8d303c2 commit 8f63541Copy full SHA for 8f63541
java/client/src/org/openqa/selenium/remote/ErrorCodes.java
@@ -125,6 +125,7 @@ public class ErrorCodes {
125
builder.put(pair.getValue(), pair.getKey());
126
}
127
128
+ builder.put("invalid session id", NO_SUCH_SESSION); // for W3C compatibility
129
stateToStatus = builder.build();
130
131
0 commit comments