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

Method keyboard

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

@return {!Keyboard} the keyboard device handle.

()

Source from the content-addressed store, hash-verified

613
614 /** @return {!Keyboard} the keyboard device handle. */
615 keyboard() {
616 return this.keyboard_
617 }
618
619 /** @return {!Pointer} the mouse pointer device handle. */
620 mouse() {

Callers 1

input_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected