# rebotframwork **Repository Path**: wyu0430/rebotframwork ## Basic Information - **Project Name**: rebotframwork - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rebotframwork ### 安装rf ##### 1. 安装python-2.7 ##### 2. 安装wxPython2.8-win64-unicode-2.8.12.1-py27,如果python是32位的,这里也需要安装32位 ##### 3. 安装robotframework-3.0,进入解压包中运行python setup.py install ##### 4. 安装robotframework-ride-1.5.2.1 进入解压包中运行python setup.py install ##### 5. 安装Selenium2Library-1.8.0 进入解压包中运行python setup.py install ### 下载浏览器驱动 ###### Firefox浏览器驱动:geckodriver https://github.com/mozilla/geckodriver/releases ###### Chrome浏览器驱动:chromedriver , taobao备用地址:https://sites.google.com/a/chromium.org/chromedriver/home , https://npm.taobao.org/mirrors/chromedriver ###### IE浏览器驱动:IEDriverServer:http://selenium-release.storage.googleapis.com/index.html 然后复制geckodriver.exe(或chromedriver.exe)到任何已添加到【环境变量的文件夹】比如C:\Python36 等文件夹 ### 问题: ##### 1. selenium启动chrome时,弹出设置页面:Windows Defender 防病毒要重置您的设置 win+r 运行 regedit , ctrl+f 搜索 TriggeredReset ,或者直接找下面路径HKEY_CURRENT_USER\Software\Google\Chrome\TriggeredReset 删除即可