# robotframework-example **Repository Path**: xuegj1010/robotframework-example ## Basic Information - **Project Name**: robotframework-example - **Description**: 自动化测试框架 robotframework 的一些常用example - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-21 - **Last Updated**: 2021-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Before we start the script, we need to 3 step: 1、install Python 2.7(robotframework support Python 3.5&3.6,but this example use python 2.7) 2、Install Robot Framework libraries as you want. ->As of this stage we install only Selenium2 for Web Testing: --> pip install robotframework-selenium2library 3、 Install Selenium Web Drivers for each of your browsers ** if you use the lasted browser, you need use the lasted driver for test – Chrome driver is available here: https://sites.google.com/a/chromium.org/chromedriver/downloads – IE driver is available here: http://selenium-release.storage.googleapis.com/index.html – Mozilla Firefox driver: https://github.com/mozilla/geckodriver/releases - Extract all drivers somewhere in HDD and add the location to PATH