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

Commit

Permalink
fix(webdriver-manager): unzipping ie driver should overwrite old version
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulou5 authored and juliemr committed Feb 26, 2015
1 parent e689613 commit 847e739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/webdriver-manager
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ switch (argv._[0]) {
var zip = new AdmZip(filename);
// Expected contents of the zip:
// IEDriverServer.exe
zip.extractAllTo(argv.out_dir);
zip.extractAllTo(argv.out_dir, true);
});
}
break;
Expand Down

0 comments on commit 847e739

Please sign in to comment.