MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / getStatus

Method getStatus

java/src/org/openqa/selenium/remote/Response.java:43–46  ·  view source on GitHub ↗

@deprecated The integer status is a JSON Wire Protocol artifact; use #getState() (the W3C state) instead. Removal is tracked by #17638 .

()

Source from the content-addressed store, hash-verified

41 * href="https://github.com/SeleniumHQ/selenium/issues/17638">#17638</a>.
42 */
43 @Deprecated
44 public @Nullable Integer getStatus() {
45 return status;
46 }
47
48 /**
49 * @deprecated The integer status is a JSON Wire Protocol artifact; use {@link #setState(String)}

Calls

no outgoing calls