Home > Article > Backend Development > Detailed explanation of RobotFramework+Selenium2 software installation
1. Install python must be version 2.7
Set environment variables: F:\software\Python27;F:\software\Python27\Scripts;
Restart the computer;
2. Install wxPython Must be wxPython2.8-win32-unicode-2.8.12.1-py27.exe 32-bit
3. Install pip; download the compressed package and decompress it, python setup.py install
4. Install rf as an administrator Run cmd, pip install robotframework
5. Install RIDE, run cmd as administrator, pip install robotframework-ride
6. Install Selenium2Library, run cmd as administrator, and then pip install robotframework-selenium2library.
7. Create a shortcut for ride: F:\software\Python27\pythonw.exe -c "from robotide import main; main()"
8. Change the icon: F:\software\Python27\Lib\ site-packages\robotide\widgets\robot.ico
The above is the detailed content of Detailed explanation of RobotFramework+Selenium2 software installation. For more information, please follow other related articles on the PHP Chinese website!