MCPcopy
hub / github.com/SeleniumHQ/selenium / keys

Method keys

javascript/selenium-webdriver/lib/capabilities.js:319–321  ·  view source on GitHub ↗

* @return {!Iterator } an iterator of the keys set.

()

Source from the content-addressed store, hash-verified

317 * @return {!Iterator<string>} an iterator of the keys set.
318 */
319 keys() {
320 return this.map_.keys()
321 }
322
323 /**
324 * Merges another set of capabilities into this instance.

Callers 15

filterNonW3CCapsFunction · 0.95
ColumnSelectorFunction · 0.45
OverviewFunction · 0.45
find-elements.tsFile · 0.45
pauseMethod · 0.45
serializeFunction · 0.45
fullyResolveKeysFunction · 0.45
toJSONMethod · 0.45
convertKeysFunction · 0.45
downloadFileMethod · 0.45
handleUploadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected