如何在ubuntu上安装python3 selenium的firefoxdriver webdriver?

时间:2016-05-10 20:58:17

标签: python django selenium ubuntu

我在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的帮助都很受欢迎。

1 个答案:

答案 0 :(得分:3)

在安装python3-selenium软件包后,我不确定如何安装Firefox webdriver。

您可以使用pip进行安装,最好是在虚拟环境中安装。

如果您安装了Firefox并且在虚拟环境中运行pip install selenium,那么您应该很高兴。