Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ getParameters
Method
getParameters
java/src/org/openqa/selenium/remote/Command.java:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
public
Map<String, ?> getParameters() {
56
return
payload.getParameters();
57
}
58
59
@Override
60
public
String toString() {
Callers
15
shouldConvertAProxyCorrectly
Method · 0.95
shouldBeAbleToConvertACommand
Method · 0.95
toString
Method · 0.95
equals
Method · 0.95
hashCode
Method · 0.95
execute
Method · 0.95
verifyCommands
Method · 0.45
WebDriverFixture
Class · 0.45
execute
Method · 0.45
shouldCallW3CLocatorWithW3CParameters
Method · 0.45
shouldCallDownToSearchContextForNonRemotableLocators
Method · 0.45
shouldAttemptToUseRemotableParametersIfPresent
Method · 0.45
Calls
no outgoing calls
Tested by
15
shouldConvertAProxyCorrectly
Method · 0.76
shouldBeAbleToConvertACommand
Method · 0.76
verifyCommands
Method · 0.36
execute
Method · 0.36
shouldCallW3CLocatorWithW3CParameters
Method · 0.36
shouldCallDownToSearchContextForNonRemotableLocators
Method · 0.36
shouldAttemptToUseRemotableParametersIfPresent
Method · 0.36
shouldFallBackToCallingSearchContextIfRemotableSearchReturnsInvalidArgument
Method · 0.36
shouldUseMechanismUsedForFirstSuccessfulSearchInLaterCalls
Method · 0.36
constructorStartsSessionAndPassesCapabilities
Method · 0.36
shouldReturnAStraightUrl
Method · 0.36
shouldExpandParameters
Method · 0.36