You don't need to give the path to edgedriver anymore
This commit is contained in:
parent
8276498a4d
commit
45c5b4efea
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue