@deprecated The integer status is a JSON Wire Protocol artifact; use #getState() (the W3C state) instead. Removal is tracked by #17638 .
()
| 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)} |
no outgoing calls