gpt4 book ai didi

selenium - 手动安装 npm 包?

转载 作者:行者123 更新时间:2023-12-02 19:16:32 28 4
gpt4 key购买 nike

我正在尝试使用 Protractor 并遵循 tuturial on github 。 NPM 已经存在于我的系统上,我成功下载了 Protractor ,现在我正在继续

webdriver-manager update

失败了

downloading http://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar...
Error: Got error Error: getaddrinfo ENOTFOUND from http://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar
Updating chromedriver
Error: Got error Error: getaddrinfo ENOTFOUND from https://chromedriver.storage.googleapis.com/2.10/chromedriver_win32.zip
downloading https://chromedriver.storage.googleapis.com/2.10/chromedriver_win32.zip...

根据之前回答的相同问题,我仔细检查了我的 npm 代理设置,对于 http 和 https 来说一切都很好。我还可以在我的用户配置文件目录 (c:/Users/my-name) 的 .npmrc 中看到 username:password@proxy 定义,这些文件也存在于互联网上。 Protractor 的 npm install 操作也运行良好。现在可以手动(通过浏览器下载相关文件并分解并安装到指定位置吗?

我使用的是 Windows 7 SP 1,32 位。

最佳答案

是的,您可以在“node_modules\protractor\bin”中手动安装 webdriver-manager 文件。

顺便说一句,错误消息看起来确实是您在访问互联网时遇到了问题。您是否尝试在启动 npm 命令之前设置这些变量:

set HTTP_PROXY=http://'你的http代理ip':'你的代理端口'

set HTTPS_PROXY=http://'你的https代理ip':'你的代理端口'

关于selenium - 手动安装 npm 包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25179721/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com