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

Function startSelenium

javascript/selenium-webdriver/testing/index.js:451–458  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449 const startTimeout = 65 * 1000
450
451 function startSelenium() {
452 if (typeof this.timeout === 'function') {
453 this.timeout(startTimeout) // For mocha.
454 }
455
456 info(`Starting selenium server ${seleniumJar}`)
457 return seleniumServer.start(60 * 1000)
458 }
459
460 const /** !Function */ beforeHook = global.beforeAll || global.before
461 beforeHook(startSelenium, startTimeout)

Callers

nothing calls this directly

Calls 2

infoFunction · 0.85
startMethod · 0.65

Tested by

no test coverage detected