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

Method constructor

javascript/selenium-webdriver/ie.js:96–104  ·  view source on GitHub ↗

* @param {(Capabilities|Map |Object)=} other Another set of * capabilities to initialize this instance from.

(other = undefined)

Source from the content-addressed store, hash-verified

94 * capabilities to initialize this instance from.
95 */
96 constructor(other = undefined) {
97 super(other)
98
99 /** @private {!Object} */
100 this.options_ = this.get(OPTIONS_CAPABILITY_KEY) || {}
101
102 this.set(OPTIONS_CAPABILITY_KEY, this.options_)
103 this.setBrowserName(Browser.INTERNET_EXPLORER)
104 }
105
106 /**
107 * Whether to disable the protected mode settings check when the session is

Callers

nothing calls this directly

Calls 3

getMethod · 0.65
setMethod · 0.65
setBrowserNameMethod · 0.45

Tested by

no test coverage detected