You don't need to give the path to edgedriver anymore

This commit is contained in:
soulgalore 2020-02-24 08:31:22 +01:00
parent 8276498a4d
commit 45c5b4efea
1 changed files with 0 additions and 8 deletions

View File

@ -95,14 +95,6 @@ function validateInput(argv) {
}
}
if (argv.browser === 'edge') {
if (argv.edge && argv.edge.edgedriverPath) {
return true;
} else {
return 'To run Edge you need to supply the path to the msedgedriver with --edge.edgedriverPath';
}
}
return true;
}