MCPcopy
hub / github.com/SeleniumHQ/selenium / setParameter

Method setParameter

javascript/selenium-webdriver/lib/command.js:49–52  ·  view source on GitHub ↗

* Sets a parameter to send with this command. * @param {string} name The parameter name. * @param {*} value The parameter value. * @return {!Command} A self reference.

(name, value)

Source from the content-addressed store, hash-verified

47 * @return {!Command} A self reference.
48 */
49 setParameter(name, value) {
50 this.parameters_[name] = value
51 return this
52 }
53
54 /**
55 * Sets the parameters for this command.

Callers 15

createSessionMethod · 0.95
launchAppMethod · 0.80
setNetworkConditionsMethod · 0.80
sendDevToolsCommandMethod · 0.80
setPermissionMethod · 0.80
setCastSinkToUseMethod · 0.80
startDesktopMirroringMethod · 0.80
startCastTabMirroringMethod · 0.80
stopCastingMethod · 0.80
setContextMethod · 0.80
installAddonMethod · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64