MCPcopy Create free account
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 15

keyDownMethod · 0.95
keyUpMethod · 0.95
sendKeysMethod · 0.95
pressMethod · 0.95
releaseMethod · 0.95
scrollMethod · 0.95
moveMethod · 0.95
initializeMethod · 0.80
spec_helper.rbFile · 0.80
PullDataMethod · 0.80
ParseCookieListMethod · 0.80
ParseCookieStringMethod · 0.80

Calls 2

sequence_Method · 0.95
synchronizeMethod · 0.95

Tested by 1

initializeMethod · 0.64