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

Method delete

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

* Deletes an entry from this set of capabilities. * * @param {string} key the capability key to delete.

(key)

Source from the content-addressed store, hash-verified

351 * @param {string} key the capability key to delete.
352 */
353 delete(key) {
354 this.map_.delete(key)
355 }
356
357 /**
358 * @param {string} key The capability key.

Callers 11

filterNonW3CCapsFunction · 0.95
createSessionMethod · 0.45
createSessionMethod · 0.45
removeCallbackMethod · 0.45
removeCallbackMethod · 0.45
removeCallbackMethod · 0.45
constructorMethod · 0.45
sendMethod · 0.45
removeHandlerMethod · 0.45
addFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected