Skip to content

Commit b40e678

Browse files
committed
[javascript] Fixing link in docs comment
[skip ci]
1 parent 178b5d2 commit b40e678

File tree

1 file changed

+2
-2
lines changed
  • javascript/node/selenium-webdriver

1 file changed

+2
-2
lines changed

‎javascript/node/selenium-webdriver/edge.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ let defaultService = null
9494

9595
/**
9696
* Creates {@link selenium-webdriver/remote.DriverService} instances that manage
97-
* a [ChromeDriver](https://chromedriver.chromium.org/)
97+
* a [MSEdgeDriver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/)
9898
* server in a child process.
9999
*/
100100
class ServiceBuilder extends chromium.ServiceBuilder {
@@ -130,7 +130,7 @@ class Options extends chromium.Options {
130130
* The binary path be absolute or relative to the msedgedriver server
131131
* executable, but it must exist on the machine that will launch edge chromium.
132132
*
133-
* @param {string} path The path to the edgedriver binary to use.
133+
* @param {string} path The path to the msedgedriver binary to use.
134134
* @return {!Options} A self reference.
135135
*/
136136
setEdgeChromiumBinaryPath(path) {

0 commit comments

Comments
 (0)