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

Method get

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

* @param {string} key the parameter key to get. * @return {T} the stored parameter value. * @template T

(key)

Source from the content-addressed store, hash-verified

302 * @template T
303 */
304 get(key) {
305 return this.map_.get(key)
306 }
307
308 /**
309 * @param {string} key the key to test.

Callers 8

buildMethod · 0.95
getBrowserNameMethod · 0.95
getBrowserVersionMethod · 0.95
getPageLoadStrategyMethod · 0.95
getPlatformMethod · 0.95
getProxyMethod · 0.95
getAlertBehaviorMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected