外观
RobotFramework
约 120 字小于 1 分钟
2025-02-20
Robotframework For Windows : Python 3.7.9
- 安装RobotFramework
pip install --default-timeout=100 -U robotframework
- 安装wxPython
pip install --default-timeout=100 -U wxPython
- 安装pygments
pip install --default-timeout=100 -U pygments
- 安装Ride
pip install --default-timeout=100 -U https://github.com/robotframework/RIDE/archive/master.zip
- 进入Python文件夹
cd ...\Python\Python37\Scripts\
- 打开Ride
ride.py
- 安装常用库
pip install --default-timeout=100 robotframework-requests
pip install --default-timeout=100 robotframework-selenium2library
pip install --default-timeout=100 robotframework-appiumlibrary