折腾了俩周末,照着 sample-code/examples/java 里面的例子,大部分的翻成了 RF 的语法。
https://github.com/LilyGu/RFDemo-for-Appium
大致步骤:
首先搭建 RF (依次 安装 python, robot framework, ride)捎带上我以前的 [笔记] 供参考 (http://www.cnblogs.com/GGHHLL/archive/2013/06/07/3123604.html)
---- Selenium2Library 的安装: pip install robotframework-selenium2library
---- RequestsLibrary 的安装: pip install -U robotframework-requests
将上面 git 上面我残缺的 demo, robot 文件夹 放至 /appium/sample-code/examples/
启动 appium,选择 UIcatalog.app
运行脚本,可以 ride 中,也可以 pybot UIcatalogTest.html
遇到以下三个问题,待大家共同解决