MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / getParameters

Method getParameters

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

* @return {!Object<*>} The parameters to send with this command.

()

Source from the content-addressed store, hash-verified

74 * @return {!Object<*>} The parameters to send with this command.
75 */
76 getParameters() {
77 return this.parameters_
78 }
79}
80
81/**

Callers 8

toHttpRequestFunction · 0.45
executeCommandFunction · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeFunction · 0.45
executeMethod · 0.45
executeMethod · 0.45
http.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected