Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit c6a3b5e

Browse files
committed
fix(webdriver) - fix file type for internet explorer driver file
1 parent 4092003 commit c6a3b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webdriver-manager

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ switch (argv._[0]) {
432432
// IEDriverServer.exe
433433
zip.extractAllTo(argv.out_dir, true);
434434
var filePath = path.join(argv.out_dir, binaries.ie.prefix +
435-
binaries.ie.getVersion());
435+
binaries.ie.getVersion() + '.exe');
436436
fs.renameSync(path.join(argv.out_dir, 'IEDriverServer.exe'), filePath);
437437
});
438438
}

0 commit comments

Comments
 (0)