robot framework内置库路径:%PATHON_PATH%\Lib\site-packages\robotframework-3.0.2-py2.7.egg\robot\librarieshtml
RIDE读取内置库的路径:%PATHON_PATH%\Lib\site-packages\robotide\lib\robot\librariespython
通常应将robot framework下库文件拷贝到RIDE的库文件路径下,以保证RIDE读取的是最新的库文件git
robot framework是基于python开发,外置库的安装同python库的安装:github
经过pip安装(需知道库名,能够去https://pypi.org网站查),安装方便;web
和源码安装 python setup.py install,需解决依赖关系chrome
最新版SeleniumLibrary3.1.1 已经兼容旧的SeleniumLibrary和Selenium2Library数据库
下载地址:https://github.com/robotframework/SeleniumLibraryapi
安装成功后库存放路径:%PATHON_PATH%\Lib\site-packages\robotframework_seleniumlibrary-3.1.1-py2.7.egg\SeleniumLibrary\app
SeleniumLibrary依赖包:编辑器
decorator
selenium
robotframework
docutils
chromedriver下载地址:http://chromedriver.storage.googleapis.com/index.html
IEdriver下载地址:http://selenium-release.storage.googleapis.com/index.html
firefox驱动下载地址:https://github.com/mozilla/geckodriver/releases/
局限:只能识别标准的win32系统控件
pywin32下载地址:https://sourceforge.net/projects/pywin32/files/pywin32/
AutoItLibrary下载地址:https://github.com/qitaos/robotframework-autoitlibrary
AutoIt下载地址:https://www.autoitscript.com/site/autoit/downloads
安装完成库存放路径:%PYTHON_PATH%\Lib\site-packages\AutoItLibrary
下载地址:https://github.com/franz-see/robotframework-database-library
安装完成库存放路径:%PYTHON_PATH%\Lib\site-packages\robotframework_databaselibrary-1.0.1-py2.7.egg\DatabaseLibrary
依次安装:Appium
Appium-Python-Client
robotframework-appiumlibrary
安装完成库存放路径:%PYTHON_PATH%\Lib\site-packages\AppiumLibrary