(节点:5864)UnhandledPromiseRejectionWarning:WebDriverError:未知错误:找不到Chrome二进制文件
在Object.throwDecodedError(C:\ Users \ lenovo \ Desktop \ dev \ lecture01 \ automation01 \ node_modules \ selenium-webdriver \ lib \ error.js:550:15)
在parseHttpResponse(C:\ Users \ lenovo \ Desktop \ dev \ lecture01 \ automation01 \ node_modules \ selenium-webdriver \ lib \ http.js:565:13)
在Executor.execute(C:\ Users \ lenovo \ Desktop \ dev \ lecture01 \ automation01 \ node_modules \ selenium-webdriver \ lib \ http.js:491:26)
在processTicksAndRejections(内部/流程/task_queues.js:97:5)
(节点:5864)UnhandledPromiseRejectionWarning:未处理的承诺拒绝。该错误是由于在没有catch块的情况下抛出异步函数而引起的,或者是由于拒绝了未经.catch()处理的诺言而引起的。要在未处理的承诺拒绝时终止节点进程,请使用CLI标志--unhandled-rejections=strict
(请参见https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode)。 (拒绝ID:1)
(节点:5864)[DEP0018] DeprecationWarning:已弃用未处理的承诺拒绝。将来,未处理的承诺拒绝将以非零退出代码终止Node.js进程。
我尝试重新安装Chrome。