目前我在第二个命令中使用以下命令启动服务器(使用Mocha框架)收到错误消息。请找到以下内容并分享您的意见
1. npm install selenium-standalone@latest -g
2. selenium-standalone install
3. selenium-standalone start
firefox安装:
自: https://github.com/mozilla/geckodriver/releases/download/v0.13.0/geckodriv er-v0.13.0-win64.zip到: C:\ Users \用户xxuser \应用程序数据\漫游\ NPM \ node_modules \硒 - standalone.selen IUM \ geckodriver \ 0.13.0-x64的geckodriver C:\ Users \用户xxuser \应用程序数据\漫游\故宫\ node_modules \硒独立\ BIN \ seleni UM-独立:105 扔错了; ^错误:无法下载https://selenium-release.storage.googleapis.com/3.0/IE DriverServer_x64_3.0.1.zip 在请求。 (C:\用户\ xxuser \应用程序数据\漫游\ NPM \ node_modules \本身 lenium-独立\ lib中\ install.js:273:21)
答案 0 :(得分:0)
谷歌没有将文件放在正确位置或selenium-standalone有错误的网址是一个问题。如果你转到https://github.com/mozilla/geckodriver/releases/download/v0.13.0/geckodriver-v0.13.0-win64.zip
它将下载一个zip文件。
如果你去https://selenium-release.storage.googleapis.com/3.0/IE%20DriverServer_x64_3.0.1.zip
你得到:
NoSuchKey
指定的密钥不存在。
问题不是firefox(gecko)驱动程序,它是Internet Explorer的驱动程序。