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

Method setParameters

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

* Sets the parameters for this command. * @param {!Object<*>} parameters The command parameters. * @return {!Command} A self reference.

(parameters)

Source from the content-addressed store, hash-verified

57 * @return {!Command} A self reference.
58 */
59 setParameters(parameters) {
60 this.parameters_ = parameters
61 return this
62 }
63
64 /**
65 * Returns a named command parameter.

Callers 7

executeCommandFunction · 0.80
executeMethod · 0.80
printPageMethod · 0.80
addCredentialMethod · 0.80
setRectMethod · 0.80
testFunction · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64