Skip to content

Commit

Permalink
Java: Adding a new W3C-compatible string error code
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 21, 2016
1 parent 8d303c2 commit 8f63541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/remote/ErrorCodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public class ErrorCodes {
builder.put(pair.getValue(), pair.getKey());
}
}
builder.put("invalid session id", NO_SUCH_SESSION); // for W3C compatibility
stateToStatus = builder.build();
}

Expand Down

0 comments on commit 8f63541

Please sign in to comment.