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 0c120ed commit ef13321Copy full SHA for ef13321
java/client/src/org/openqa/selenium/remote/ErrorCodes.java
@@ -110,7 +110,7 @@ public class ErrorCodes {
110
.put(SUCCESS, "success")
111
.put(TIMEOUT, "timeout")
112
.put(UNABLE_TO_SET_COOKIE, "unable to set cookie")
113
- .put(UNEXPECTED_ALERT_PRESENT, "no such alert") // @Beta: not sure if this is the right name
+ .put(NO_ALERT_PRESENT, "no such alert")
114
.put(UNHANDLED_ERROR, "unhandled error")
115
.put(UNKNOWN_COMMAND, "unknown command")
116
.put(XPATH_LOOKUP_ERROR, "invalid selector")
0 commit comments