如何在ubuntu中使用chrome浏览器运行selenium python脚本

时间:2013-02-08 07:33:45

标签: selenium-webdriver

我收到这样的错误,我看到了以下URL,我不知道如何配置ubuntu(12.04)。我知道如何使用Windows配置chrome web驱动程序。如果有人知道给我答复,请看下面的错误。

Traceback (most recent call last):      
in setUp driver = webdriver.Chrome() File "/home/pyd/pydan/venvs/local/lib/python2.7/site-    packages/selenium/webdriver/chrome/webdriver.py", 
line 60, in __init__ self.service.start() File   "/home/pyd/pydan/venvs/local/lib/python2.7/site-   packages/selenium/webdriver/chrome/service.py", 
line 64, in start and read up at   
http://code.google.com/p/selenium/wiki/ChromeDriver") 

WebDriverException:消息:'ChromeDriver可执行文件需要在路径中可用。

1 个答案:

答案 0 :(得分:1)

如果您查看此链接,http://code.google.com/p/selenium/wiki/ChromeDriver, 有关在Linux上找到chrome二进制文件的有用信息。此外,您可能想要检查路径环境变量。