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

Add chrome web driver in RIDE (robot framework)

我是机器人框架的新手。

我已经把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;

Robot框架安装指南中提到,如何设置环境变量。 将 chrome driver 放在路径 "C:\Python\Scripts" 中并确保此路径 "C:\Python\Scripts" 在环境 variables.If 中更新,你有任何澄清请检查下面 link.Under Windows

上的标题设置路径

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

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

之后,在环境变量中添加这个脚本路径