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

Method getDefaultService

javascript/selenium-webdriver/chrome.js:226–228  ·  view source on GitHub ↗

* returns new instance chrome driver service * @returns {remote.DriverService}

()

Source from the content-addressed store, hash-verified

224 * @returns {remote.DriverService}
225 */
226 static getDefaultService() {
227 return new ServiceBuilder().build()
228 }
229}
230
231Options.prototype.CAPABILITY_KEY = CHROME_CAPABILITY_KEY

Callers

nothing calls this directly

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected