错误"例外属性错误:"'服务'对象没有属性' process'" "硒与机器人框架

时间:2017-01-23 14:37:56

标签: python-2.7 selenium-webdriver selenium-chromedriver robotframework

我有一个Selenium Python测试套件。它开始运行show error msg。

  

意外错误:异常AttributeError:"'服务'对象没有   属性'进程'"在德尔   selenium.webdriver.chrome.service.Service对象位于0x040F20B0   忽略

  

警告[警告]关键字'捕获页面屏幕截图'无法继续运行   失败:没有打开浏览器

我该如何解决?

enter image description here

1 个答案:

答案 0 :(得分:0)

您的实际错误是" WebDriverException:消息:' chromedriver'可执行文件需要在路径"

中可用

从中下载Chrome驱动程序 https://sites.google.com/a/chromium.org/chromedriver/downloads

然后设置Chrome驱动程序的路径

*** Settings ***
Library  OperatingSystem
*** Keywords ****
Set Environment Variable  webdriver.chrome.driver  ${PATHTODRIVER}/chromedriver.exe