Home  >  Article  >  Backend Development  >  Detailed explanation of RobotFramework+Selenium2 software installation

Detailed explanation of RobotFramework+Selenium2 software installation

PHP中文网
PHP中文网Original
2017-06-20 15:30:501899browse

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





################# ################################################ #######################################wxPython is an excellent set of GUI graphics for Python Library; ###pip is the package manager of Python; ###Python packages are generally placed under: Lib\site-packages###

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn