两天以来,我的量角器测试停止运行,因为webdriver-manager update命令失败并出现以下错误。
编辑
问题出在...\AppData\Roaming\npm\node_modules\webdriver-manager\dist\lib\provider\chromedriver.js
文件中。
在async updateBinary(version)
的第59行中,const versionObj = version_list_1.getVersion(versionList, osHelper(this.osType, this.osArch), formatVersion(version));
为空。