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

Method insert

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

* Appends `actions` to the end of the current sequence for the given * `device`. If device synchronization is enabled, after inserting the * actions, pauses will be inserted for all other devices to ensure all action * sequences are the same length. * * @param {!Device} device the dev

(device, ...actions)

Source from the content-addressed store, hash-verified

651 * @return {!Actions} a self reference.
652 */
653 insert(device, ...actions) {
654 this.sequence_(device).push(...actions)
655 return this.sync_ ? this.synchronize() : this
656 }
657
658 /**
659 * Ensures the action sequence for every device referenced in this action

Callers 13

keyDownMethod · 0.95
keyUpMethod · 0.95
sendKeysMethod · 0.95
pressMethod · 0.95
releaseMethod · 0.95
scrollMethod · 0.95
moveMethod · 0.95
conf.pyFile · 0.80
tinymce.min.jsFile · 0.80
cFunction · 0.80
aFunction · 0.80
xFunction · 0.80

Calls 2

sequence_Method · 0.95
synchronizeMethod · 0.95

Tested by

no test coverage detected