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

Method getValue

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

Source from the content-addressed store, hash-verified

68 }
69
70 public @Nullable Object getValue() {
71 return value;
72 }
73
74 public void setSessionId(@Nullable String sessionId) {
75 this.sessionId = sessionId;

Calls

no outgoing calls