为什么我不能在Selenium中使用PhantomJs

时间:2016-11-15 12:37:30

标签: python selenium phantomjs

sudo apt-get install selenium
sudo apt-get install phantomjs

我在ubuntu 16.04下安装了selenium和phantomjs。但是什么时候

  来自selenium import webdriver

     

browser = webdrive.PhantomJs()

Python解释器给出错误消息msg, AttributeError:'module'对象没有属性'PhantomJs'。我不知道出了什么问题。谁能提出一些建议。我将非常感激。

1 个答案:

答案 0 :(得分:0)

Ubuntu会自动为python2安装selenium你应该使用这个命令为py3安装phantomjs

sudo pip3 install -U selenium

确保在运行脚本时指定Python解释器版本3