python3 build robot framework environment

Environment
setup 1. Install robotframework
pip install robotframework
https://pypi.org/project/robotframework/
2. Install wxPython
pip install robotframework
https://pypi.org/project/wxPython/
3. Install robotframework-ride
pip install robotframework- ride
https://pypi.org/project/robotframework-ride/
4. Install robotframework-seleniumlibrary
pip install robotframework-seleniumlibrary
https://pypi.org/project/robotframework-seleniumlibrary/

The installation is successful, enter the python scripts to find ride.py , double-click to run. You can choose the opening method if it is not running

Insert picture description here
Run, it will open the ride form
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_14920377/article/details/99334126