Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ getName
Method
getName
java/src/org/openqa/selenium/remote/Command.java:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
public
String getName() {
52
return
payload.getName();
53
}
54
55
public
Map<String, ?> getParameters() {
56
return
payload.getParameters();
Callers
5
shouldBeAbleToConvertACommand
Method · 0.95
toString
Method · 0.95
equals
Method · 0.95
hashCode
Method · 0.95
execute
Method · 0.95
Calls
1
getName
Method · 0.65
Tested by
1
shouldBeAbleToConvertACommand
Method · 0.76