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 cb9169a commit 0e3d4bcCopy full SHA for 0e3d4bc
java/src/org/openqa/selenium/remote/ErrorCodes.java
@@ -54,6 +54,7 @@
54
import org.openqa.selenium.interactions.MoveTargetOutOfBoundsException;
55
56
/** Defines common error codes for the wire protocol. */
57
+@Deprecated(forRemoval = true)
58
public class ErrorCodes {
59
60
public static final String SUCCESS_STRING = "success";
0 commit comments