diff --git a/lib/cli/cli.js b/lib/cli/cli.js index a9873a39a..c23390059 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -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; }