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

Method firefoxOptions_

javascript/selenium-webdriver/firefox.js:259–266  ·  view source on GitHub ↗

* @return {!Object} * @private

()

Source from the content-addressed store, hash-verified

257 * @private
258 */
259 firefoxOptions_() {
260 let options = this.get(FIREFOX_CAPABILITY_KEY)
261 if (!options) {
262 options = {}
263 this.set(FIREFOX_CAPABILITY_KEY, options)
264 }
265 return options
266 }
267
268 /**
269 * @return {!Profile}

Callers 6

profile_Method · 0.95
addArgumentsMethod · 0.95
setPreferenceMethod · 0.95
setBinaryMethod · 0.95
enableMobileMethod · 0.95
options_test.jsFile · 0.80

Calls 2

getMethod · 0.65
setMethod · 0.65

Tested by

no test coverage detected