MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / toString

Method toString

java/src/org/openqa/selenium/remote/Command.java:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 public String toString() {
61 return "[" + sessionId + ", " + getName() + " " + getParameters() + "]";
62 }
63
64 @Override
65 public boolean equals(Object o) {

Callers 1

executeMethod · 0.95

Calls 2

getNameMethod · 0.95
getParametersMethod · 0.95

Tested by

no test coverage detected