摘要: http://blog.csdn.net/deadgrape/article/details/50628113 我想大家在玩自动化的时候最关心的一定是如何定位元素,因为元素定位不到后面的什么方法都实现不了。 那我们就直接看看APPIUMLIBRARY官方给出的信息: Introduction App 阅读全文
posted @ 2017-04-01 16:01 YunMan 阅读(1473) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/deadgrape/article/details/50622441 废话不多说,少年们请看下面。 Waits until text appears on current page. Fails if timeout expires before the t 阅读全文
posted @ 2017-04-01 16:00 YunMan 阅读(621) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/deadgrape/article/details/50619050 以上连作者先跪一下方便面,在上一篇中,作者遗漏了两个常用的函数: 1.长按 Long press the element 这个函数的作用为:长按一个控件 2.缩小(翻译为 “捏”) Pin 阅读全文
posted @ 2017-04-01 15:59 YunMan 阅读(564) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/deadgrape/article/details/50585677 通过前几篇的讲述,我相信大家已经对RF+Appium的框架已经有所了解了。 接下来我告诉大家一些关于AppiumLibrary函数的用法。 1. 点击按钮: Click button 实例 阅读全文
posted @ 2017-04-01 15:58 YunMan 阅读(1778) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/deadgrape/article/details/50579565 在这一篇里我先让大家看一下RF+APPIUM这个框架的实际运行时什么样子的,给大家一个直观的了解和认识。 1.首先打开模拟器: 模拟器打开后是这样的: 如图所示,模拟器打开后就是这个样子, 阅读全文
posted @ 2017-04-01 15:57 YunMan 阅读(1113) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/deadgrape/article/details/50574459 接着上一篇,我们开始聊聊APPIUM的框架和运行模式。废话不多说直接上图。 1.首先自动化脚本通过RobotFrameWork将命令传递给Appium的客户端; 2.然后【Appium的客 阅读全文
posted @ 2017-04-01 15:54 YunMan 阅读(1400) 评论(0) 推荐(0) 编辑
摘要: 文章来源http://blog.csdn.net/deadgrape/article/details/50563119 前言:关于RobotFrameWork+APPIUM实现对安卓APK的自动化测试的文章都是取自于乐于分享知识于网络的好心人们,所以我也希望我的知识可以分享给大家。首先我们先罗列一下 阅读全文
posted @ 2017-04-01 15:53 YunMan 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-04-01 14:06 YunMan 阅读(1210) 评论(0) 推荐(0) 编辑
摘要: execute javascript window.document.getElementById('join').value='2017-2-23' #join为日期的id 阅读全文
posted @ 2017-04-01 13:31 YunMan 阅读(209) 评论(0) 推荐(0) 编辑