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

Method release

javascript/selenium-webdriver/lib/input.js:391–393  ·  view source on GitHub ↗

* @param {!Button=} button The button to release. * @return {!Action} An action to release the specified button with this * device. * @package

(button = Button.LEFT)

Source from the content-addressed store, hash-verified

389 * @package
390 */
391 release(button = Button.LEFT) {
392 return { type: Action.Type.POINTER_UP, button }
393 }
394
395 /**
396 * Creates an action for moving the pointer `x` and `y` pixels from the

Callers 4

releaseMethod · 0.45
clickMethod · 0.45
contextClickMethod · 0.45
doubleClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected