1. 点击按钮: Click Button index_or_name Click button 实例:Click Button index=0 作者通过实验发现在安卓手机应用测试中,name这个属性不起作用,所以建议还是使用index属性. 2.输入内容: Input Text locator, text Types the given text into text field identified by locator. See introduction for details about…
http://blog.csdn.net/deadgrape/article/details/50619050 以上连作者先跪一下方便面,在上一篇中,作者遗漏了两个常用的函数: 1.长按 Long Press locator Long press the element 这个函数的作用为:长按一个控件 2.缩小(翻译为 “捏”) Pinch locator, percent=200%, steps=1 Pinch in on an element a certain amount. 这个函数作者…
http://blog.csdn.net/deadgrape/article/details/50622441 废话不多说,少年们请看下面. Wait Until Page Contains text, timeout=None, error=None Waits until text appears on current page. Fails if timeout expires before the text appears. Seeintroduction for more inform…