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

Method addExtensions

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

* Add extensions that should be installed when starting Firefox. * * @param {...string} paths The paths to the extension XPI files to install. * @return {!Options} A self reference.

(...paths)

Source from the content-addressed store, hash-verified

319 * @return {!Options} A self reference.
320 */
321 addExtensions(...paths) {
322 this.profile_().addExtensions(paths)
323 return this
324 }
325
326 /**
327 * @param {string} key the preference key.

Callers

nothing calls this directly

Calls 2

profile_Method · 0.95
addExtensionsMethod · 0.45

Tested by

no test coverage detected