【发布时间】:2016-09-06 00:59:54
【问题描述】:
我在 Ubuntu 16.04 上安装了 python3-selenium apt 包。安装时,收到一条消息:
Suggested packages:
chromedriver firefoxdriver
The following NEW packages will be installed:
python3-selenium
当我尝试在 python3-django 中运行测试用例时,出现以下错误:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/firefoxdriver/webdriver.xpi'
我确实在 Ubuntu 存储库中搜索了名称为 firefoxdriver 的软件包,但不存在。
对安装 webdrivers 的任何帮助表示赞赏。
【问题讨论】:
-
您可能会考虑在askubuntu.com 或superuser.com 上提问,但据我所知,这与编程无关,甚至似乎与
selenium(或python 或django)
标签: python django selenium ubuntu