1. Install Python: When I install the python3.6
: https://www.python.org/
The RF framework is Python-based, so be sure to have a python environment.
2. Install the robot framework:
Currently the latest version is 3.0.2,:https://pypi.python.org/pypi/robotframework/3.0.2
After downloading, unpack, open terminal switch to unzip directory, then execute Python setup.py install installation.
3. Install WxPython:
: http://www.wxpython.org/download.php
Wxpython is a very well-known GUI library for Python because ride was developed based on this library, so this must be installed.
4. Install Robot Framework-ride
: Https://pypi.python.org/pypi/robotframework-ride
Ride is a graphical interface for creating, organizing, and running test software.
5. Install Robot framework-selenium2library:
: https://pypi.python.org/pypi/robotframework-selenium2library/1.5.0
Rf-seleniumlibrary can be seen as the RF version of the Selenium Library, selenium (Webdriver) can be considered a set of Web-based specifications (API),
Therefore, the RF, Appium and other testing tools can be based on this set of APIs for page positioning and operation.
Can be installed through the Python PIP Toolkit:
>pip Install Robotframework-selenium2library
After the rf-ride is installed, the desktop generates a ride icon. Double-click Start, the interface is as follows:
Robot Framework Environment Construction--MAC