zoukankan      html  css  js  c++  java
  • RobotFrameWork 学习----(一)

    RobotFrameWork的环境配置好。环境配置的部分不叙述了,大家可以多搜搜~

    1,进入RobotFrameWork-Ride的目录,运行ride.py

    CindydeMacBook-Pro:~ cindy$ cd /Users/cindy/Documents/tools/robotframework-ride-1.3
    CindydeMacBook-Pro:robotframework-ride-1.3 cindy$ ls
    MANIFEST.in        lib            setup.cfg
    PKG-INFO        pavement.py        setup.py
    VERSION.txt        paver-minilib.zip    src
    build            ride_postinstall.py
    CindydeMacBook-Pro:robotframework-ride-1.3 cindy$ cd build/scripts-2.7/
    CindydeMacBook-Pro:scripts-2.7 cindy$ ls
    ride.py            ride_postinstall.py
    CindydeMacBook-Pro:scripts-2.7 cindy$ ./ride.py

    2,导入Selenium2Library库。如果是红色,说明这个Selenium2Library库导入失败。

    3,按住F5,可以对需要查的关键词进行搜索,例如输入Open Browser

    4,然后按照WebDriver 写的东东,然后可以运行了。

    但是注意的是运行的Firefox,注意Selenium兼容的是firefox 31.0,如果更新了新的firefox,到时会运行不起来。

    5,也可以把里面的内容拷贝出来,保存为test.txt,然后再终端输入:pybot test.txt

    也可以执行效果的。

  • 相关阅读:
    Linux零拷贝技术 直接 io
    纯Python模式
    c 越界 数组越界
    哈希 二叉树
    Cache busting
    sub esp
    lisp 代码即数据
    hexdump
    nmap
    对象 闭包
  • 原文地址:https://www.cnblogs.com/cindy-2014/p/4309256.html
Copyright © 2011-2022 走看看