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

Method getSequences

javascript/selenium-webdriver/lib/input.js:989–999  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

987 }
988
989 getSequences() {
990 const _actions = []
991 this.sequences_.forEach((actions, device) => {
992 if (!isIdle(actions)) {
993 actions = actions.concat()
994 _actions.push(Object.assign({ actions }, device.toJSON()))
995 }
996 })
997
998 return _actions
999 }
1000}
1001
1002/**

Callers 1

input_test.jsFile · 0.45

Calls 4

isIdleFunction · 0.85
forEachMethod · 0.45
concatMethod · 0.45
toJSONMethod · 0.45

Tested by

no test coverage detected