確保 Python 3.6.2 安裝成功chrome
安裝 以下 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
在新對話框中, 搜索欄裏面輸入 robotip
安裝 下面3個插件ci
IntelliBot
IntelliBot @SeleniumLibrary Patched
Run Robot framework file -----做用:可直接在pycharm中執行測試用例,而不用命令行的方式執行用例pycharm
手動添加插件:
下載好IntelliBot插件,
在Pycharm中,點擊菜單 file - settings - plugins
在彈出對話框中 點擊下方 按鍵install plugin from disk
選擇下載的jar文件selenium
示例:it
*** 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} 深圳天氣