zoukankan      html  css  js  c++  java
  • robot framework 笔记(四),使用时遇到的问题

    背景:

    使用rf遇到的一些问题汇总

    一:跑WEBUI的时候报错:

    [ WARN ] Keyword 'Capture Page Screenshot' could not be run on failure: Multiple keywords with name 'Capture Page Screenshot' found. Give the full name of the keyword you want to use:
    AppiumLibrary.Capture Page Screenshot
    Selenium2Library.Capture Page Screenshot

    看日志以为是 AppiumLibrary和Selenium2Library 有关键字重复了,于是在 加了 Selenium2Library.XXX 区分,再执行还是报错,后来发现是 WEBUI 驱动没装,

    安装步骤:

    1.将 chromedriver.exe 放到 谷歌浏览器目录中(注意驱动和浏览器版本的兼容性,我的谷歌版本是76.0.3809.87)

    驱动包,可以在网上下载,也可以在网盘中获取

    链接:https://pan.baidu.com/s/1sqejXeezFzU_2XJJtzD_Hw
    提取码:f0q3

    2.将浏览器的目录 放到环境变量中

    再执行,问题解决

  • 相关阅读:
    nodejs cookie与session
    nodejs body-parser 解析post数据
    js四舍五入
    escape()、encodeURI()、encodeURIComponent()区别详解
    nodejs 搭建简易服务器
    ejs常用语法
    window.location
    response.writeHead
    response.write
    git 常用指令
  • 原文地址:https://www.cnblogs.com/whycai/p/12060724.html
Copyright © 2011-2022 走看看