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

Method getState

java/src/org/openqa/selenium/remote/Response.java:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 public @Nullable String getState() {
59 return state;
60 }
61
62 public void setState(@Nullable String state) {
63 this.state = state;

Calls

no outgoing calls