robotframework RF使用中需要安装的工具和库

确保 Python 3.6.2 安装成功

安装 如下 RF使用中需要的工具和库

1. RF
在两个Python中安装 robotframework
执行命令 pip install robotframework

2. seleniumlibrary --支持selenium自动化的RF扩展库
在两个Python中安装 seleniumlibrary
执行命令 pip install --upgrade robotframework-seleniumlibrary

3.pycharm安装插件

在Pycharm中,点击菜单 file - settings - plugins
在弹出对话框中 点击下方 按键 Browse Repository
在新对话框中, 搜索栏里面输入 robot

安装 下面3个插件

IntelliBot
IntelliBot @SeleniumLibrary Patched
Run Robot framework file    -----作用:可直接在pycharm中执行测试用例,而不用命令行的方式执行用例

手动添加插件:
下载好IntelliBot插件,
在Pycharm中,点击菜单 file - settings - plugins
在弹出对话框中 点击下方 按键install plugin from disk
选择下载的jar文件

示例:

*** Settings ***
Library SeleniumLibrary

*** Test Cases ***
百度搜索深圳天气
Open Browser               http://www.baidu.com chrome
Set Selenium Implicit Wait       5
Input Text id=kw            深圳天气\n
${firstRet}=    Get Text       id=1
Should Contain   ${firstRet}    深圳天气

上一篇:Learning Invariant Deep Representation for NIR-VIS Face Recognition


下一篇:BZOJ:4659&&BZOJ:2694: Lcm