美文网首页
robot framework系列学习笔记-拓展库之Seleni

robot framework系列学习笔记-拓展库之Seleni

作者: hello_dong2015 | 来源:发表于2019-08-18 14:54 被阅读0次

SeleniumLibrary是针对Robot Framework开发的Selenium库.它是Robot Framework下面最流行的库之一.主要用于编写Web UI自动化测试.

  • 首先要安装SeleniumLibrary
  • 编写第一个例子
    *** Settings ***
    Library SeleniumLibrary
    *** Test Cases ***
    Baidu search case
    Open Browser http://www.baidu.com chrome
    Input text id=kw robot framework
    click button id=su
    close Browser

相关文章

网友评论

      本文标题:robot framework系列学习笔记-拓展库之Seleni

      本文链接:https://www.haomeiwen.com/subject/zxvrsctx.html