MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / mouse

Method mouse

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

@return {!Pointer} the mouse pointer device handle.

()

Source from the content-addressed store, hash-verified

618
619 /** @return {!Pointer} the mouse pointer device handle. */
620 mouse() {
621 return this.mouse_
622 }
623
624 /** @return {!Wheel} the wheel device handle. */
625 wheel() {

Callers 1

input_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected