Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.95
Calls
2
getName
Method · 0.95
getParameters
Method · 0.95
Tested by
no test coverage detected