MCPcopy Create free account
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
latestMethod · 0.45
validate!Method · 0.45
buildMethod · 0.45
add_optionMethod · 0.45
type=Method · 0.45
set_capabilitiesMethod · 0.45
process_optsMethod · 0.45
initializeMethod · 0.45
assert_buttonMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by 2

print_envMethod · 0.36
with_envMethod · 0.36