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

Method getDefaultService

javascript/selenium-webdriver/edge.js:159–161  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

157 * @returns {remote.DriverService}
158 */
159 static getDefaultService() {
160 return new ServiceBuilder().build()
161 }
162
163 /**
164 * This function is a no-op as file detectors are not supported by this

Callers 1

createSessionMethod · 0.95

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected