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

Method result

javascript/selenium-webdriver/io/exec.js:100–102  ·  view source on GitHub ↗

* @return {!Promise<!Result>} A promise for the result of this * command.

()

Source from the content-addressed store, hash-verified

98 * command.
99 */
100 result() {
101 return /** @type {!Promise<!Result>} */ (COMMAND_RESULT.get(this))
102 }
103
104 /**
105 * Sends a signal to the underlying process.

Calls 1

getMethod · 0.65