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

Function createSequenceRecord

javascript/webdriver/atoms/element.js:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 element, keys, opt_keyboard, opt_persistModifiers) {
142 var persistModifierKeys = !!opt_persistModifiers;
143 function createSequenceRecord() {
144 return {persist: persistModifierKeys, keys: []};
145 }
146
147 /**
148 * @type {!Array.<{persist: boolean,

Callers 1

element.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected