File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ let defaultService = null
94
94
95
95
/**
96
96
* 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 /)
98
98
* server in a child process.
99
99
*/
100
100
class ServiceBuilder extends chromium . ServiceBuilder {
@@ -130,7 +130,7 @@ class Options extends chromium.Options {
130
130
* The binary path be absolute or relative to the msedgedriver server
131
131
* executable, but it must exist on the machine that will launch edge chromium.
132
132
*
133
- * @param {string } path The path to the edgedriver binary to use.
133
+ * @param {string } path The path to the msedgedriver binary to use.
134
134
* @return {!Options } A self reference.
135
135
*/
136
136
setEdgeChromiumBinaryPath ( path ) {
You can’t perform that action at this time.
0 commit comments