TouchLongClick package io.appium.android.bootstrap.handler; import android.os.SystemClock; import com.android.uiautomator.common.ReflectionUtils; impo ...
分类:
其他好文 时间:
2017-07-22 15:40:14
阅读次数:
316
http://blog.csdn.net/cxq234843654/article/details/52605441 uiautomator2.0+脱离PC运行(apk启动uiautomator2.0+)的实现方案 效果: 打开MyTest.apk,点击run uiautomator,就能直接运行你 ...
分类:
其他好文 时间:
2017-07-12 13:46:43
阅读次数:
1286
应用项目: APP的性能测试 应用场景: APP启动速度 视频开播速度 加载速度 等~~ 缘来: 基于APP日志和UiAutomator的测试方案,测试结果不能直白且精确的反应,用户的体验 改进: 通过手工操作或自动操作的方式录取视频,然后用图像处理的方式,来获取测试结果 架构流程图: 主要的核心点 ...
分类:
移动开发 时间:
2017-07-07 22:34:26
阅读次数:
269
http://www.yangyanxing.com/article/use-watcher-in-uiautomator.html 今天在uiautomator中实践了watcher的用法,这个也是之前在python中使用uiautomator中比较喜欢的功能,它可以提前定义一些条件,当满足一些条 ...
分类:
其他好文 时间:
2017-07-04 21:50:23
阅读次数:
308
1 为什么获取不到动态控件? http://blog.csdn.net/g19920917/article/details/39735305 2 hierarchyviewer和uiautomatorviewer获取控件信息的方式比对? http://blog.csdn.net/itfootball ...
分类:
其他好文 时间:
2017-07-02 11:02:32
阅读次数:
183
package com.softwinner.network.wifi; import android.content.Context; import android.content.Intent; import android.net.ConnectivityManager; import and... ...
分类:
其他好文 时间:
2017-07-01 15:26:50
阅读次数:
180
Orientation 调整屏幕方向的操作。 package io.appium.android.bootstrap.handler; import android.os.RemoteException; import com.android.uiautomator.core.UiDevice; i ...
分类:
其他好文 时间:
2017-06-28 15:45:56
阅读次数:
270
Python+Android+uiautomator的环境搭建 Python 下载适合系统的版本并安装,安装时勾选把路径加入path 验证:windows下打开cmd输入python 出现以下界面说明安装成功 Android 下载安装路径:http://tools.android-studio.or ...
分类:
移动开发 时间:
2017-06-27 10:56:37
阅读次数:
266
Android自动化学习笔记:获取APK包名的几种方法 小记:自学过程中,经常需要用得到一个APK的包名,总结一下得到包名的几种方式。 ********************** 2017-16-23:初版 ********************** 我们主要用的是adb shell命令 方法1 ...
分类:
其他好文 时间:
2017-06-23 12:55:42
阅读次数:
334
4.1版本号 InteractionController将用户的键盘事件注入到android系统中,与系统进行交互(电视为什么不能设计成可组装,屏幕多大自己决定,想 多大就多大) click(int,int) 在某点点击。 clickAndWaitForNewWindow(int,int,long) ...
分类:
其他好文 时间:
2017-06-20 19:13:45
阅读次数:
154