Bootstrap

Python install Robot Framework

Robot Framework is a generic test automation framework for acceptance level testing. RIDE is a lightweight and intuitive editor for Robot Framework test data.

1.Windows安装Python

官网下载地址:https://www.python.org/downloads/

我安装的 Python 3.8.10 

2.在线安装Robot Framework

(1)安装wxPython

pip install -U wxPython

(2)安装robotframework

pip install robotframework

(3)安装robotframework-ride

pip install robotframework-ride

(4)安装robotframework-selenium2library

pip install --upgrade robotframework-seleniumlibrary

(5)安装robotframework-databaselibrary

pip install robotframework-databaselibrary

(6)安装 PyMySql

3.启动Robot framework

(1)进入到python的安装目录的/Scripts目录下,找到ride.py文件

"C:\Python38\Scripts\ride.py"

(2)发送到桌面

(3)双击启动robot framework

(4)更换图标

图标位置 C:\Python38\Lib\site-packages\robotide\widgets

;