安装Python


Ubuntu默认已安装

安装pip


wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
sudo apt-get install python-pip

安装RobotFramework


pip install robotframework

安装Selenium2Library


pip install robotframework-selenium2library

安装wxPython


sudo apt-get install python-wxgtk2.8

安装RIDE


pip install robotframework-ride

打开RIDE


/usr/local/bin/ride.py

最新文章

  1. 从零起步搭建Wordpress个人博客——Windows 平台篇(上)
  2. 使用intellij的svn时提示出错: Can't use Subversion command line client: svn.Errors found while svn working copies detection.
  3. Hibernate自动建表问题
  4. java网络---基本web概念
  5. c 函数调用产生的汇编指令和数据在内存情况(1)
  6. 遮罩、警告框/弹框 - EasyUI
  7. 记事本写JAVA程序
  8. oracle中如何指定表字段自增
  9. Android中BaseAdapter的基本用法和加载自定义布局!
  10. 【转】selenium及webdriver的原理
  11. BufferedReader 输出与BufferedWriter 输入的用法
  12. MySQL插入数据时插入无效的列
  13. BZOJ_1030_[JSOI2007]文本生成器_AC自动机+DP
  14. websocket 二合一
  15. 【DL】物体识别与定位
  16. JavaScript的异步运行机制
  17. error: this 'if' clause does not guard... [-Werror=misleading-indentation]
  18. Jmete ----r默认报告优化
  19. 【poj1743】Musical Theme 【后缀自动机】
  20. 【Linux】Ctentos下载

热门文章

  1. ios UIImage 圆形图片剪切方案
  2. Bzoj1195 [HNOI2006]最短母串 [AC自动机]
  3. 【转】利用ScriptManager实现Javascript调用WebService中的方法
  4. XPath gramma
  5. 多个电脑之间使用相同的ssh密钥
  6. php中Mail_mimeDecode无法读取foxmail等eml文件正文问题
  7. sublime text3中成功使用bootstrap3
  8. 搭建https本地服务器:如何得到被所有客户端认可的ssl证书
  9. (9)JavaScript-DOM(文档对象模型)
  10. Python环境安装与配置