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 3330f28 commit 25bdf6eCopy full SHA for 25bdf6e
java/src/org/openqa/selenium/remote/RemoteStatus.java
@@ -19,6 +19,7 @@
19
import java.util.Map;
20
import org.openqa.selenium.internal.Require;
21
22
+@Deprecated(forRemoval = true)
23
public class RemoteStatus {
24
25
private final Map<String, Object> buildInfo;
0 commit comments