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

Method toString

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

Source from the content-addressed store, hash-verified

80 }
81
82 @Override
83 public String toString() {
84 return String.format(
85 "(Response: SessionID: %s, Status: %s, State: %s, Value: %s)",
86 getSessionId(), getStatus(), getState(), getValue());
87 }
88
89 @Override
90 public boolean equals(@Nullable Object o) {

Callers 4

applyMethod · 0.95
applyMethod · 0.95
applyMethod · 0.95
applyMethod · 0.95

Calls 5

getSessionIdMethod · 0.95
getStatusMethod · 0.95
getStateMethod · 0.95
getValueMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected