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

Method profile_

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

* @return {!Profile} * @private

()

Source from the content-addressed store, hash-verified

270 * @private
271 */
272 profile_() {
273 let options = this.firefoxOptions_()
274 if (!options.profile) {
275 options.profile = new Profile()
276 }
277 return options.profile
278 }
279
280 /**
281 * Specify additional command line arguments that should be used when starting

Callers 2

addExtensionsMethod · 0.95
setProfileMethod · 0.95

Calls 1

firefoxOptions_Method · 0.95

Tested by

no test coverage detected