在RIDE中添加chrome web驱动程序(机器人框架)

时间:2016-11-28 07:32:53

标签: selenium webdriver selenium-chromedriver robotframework selenium2library

我是机器人框架的新手。

我已将chromedriver.exe文件放在系统路径中。现在,当我在RIDE中运行脚本时,我收到此错误:

WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

在RIDE中有没有其他设置路径的方法?

更新:我的路径变量包括: C:\Driver\chromedriver.exe;

2 个答案:

答案 0 :(得分:4)

如Robot框架安装指南中所述,如何设置环境变量。 将chrome驱动程序放在te path" C:\ Python \ Scripts"并确保此路径" C:\ Python \ Scripts"在环境变量中更新。如果您有任何说明,请检查以下链接。在Windows上的标题设置路径下

https://github.com/robotframework/robotframework/blob/master/INSTALL.rst

答案 1 :(得分:1)

从其官方网站下载Chromedriver.exe,解压缩.exe文件并将此.exe文件复制到Python安装的scripts文件夹中,例如C:\ Python36 \ Scripts

此后,将此脚本路径添加到环境变量中