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

Method addExtensions

javascript/selenium-webdriver/firefox.js:193–195  ·  view source on GitHub ↗
(/** !Array<string> */ paths)

Source from the content-addressed store, hash-verified

191 }
192
193 addExtensions(/** !Array<string> */ paths) {
194 this.extensions_ = this.extensions_.concat(...paths)
195 }
196
197 /**
198 * @return {(!Promise<string>|undefined)} a promise for a base64 encoded

Callers 4

addExtensionsMethod · 0.45
options_test.jsFile · 0.45
options_test.jsFile · 0.45
options_test.jsFile · 0.45

Calls 1

concatMethod · 0.45

Tested by

no test coverage detected