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

Method release

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

* Inserts an action to release a mouse button at the mouse's current * location. * * @param {!Button=} button The button to release; defaults to `LEFT`. * @return {!Actions} a self reference.

(button = Button.LEFT)

Source from the content-addressed store, hash-verified

835 * @return {!Actions} a self reference.
836 */
837 release(button = Button.LEFT) {
838 return this.insert(this.mouse_, this.mouse_.release(button))
839 }
840
841 /**
842 * scrolls a page via the coordinates given

Callers 1

dragAndDropMethod · 0.95

Calls 2

insertMethod · 0.95
releaseMethod · 0.45

Tested by

no test coverage detected