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

Method getParameter

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

* Returns a named command parameter. * @param {string} key The parameter key to look up. * @return {*} The parameter value, or undefined if it has not been set.

(key)

Source from the content-addressed store, hash-verified

67 * @return {*} The parameter value, or undefined if it has not been set.
68 */
69 getParameter(key) {
70 return this.parameters_[key]
71 }
72
73 /**
74 * @return {!Object<*>} The parameters to send with this command.

Callers 2

toExecuteAtomCommandFunction · 0.45
onSwitchFrameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected