码迷,mamicode.com
首页 >  
搜索关键字:adb not responding    ( 4169个结果
Centos7部署mysql
安装mysql yum install mysql mysql-server 会出现以下错误: [root@yl-web yl]# yum install mysql-server Loaded plugins: fastestmirror Loading mirror speeds from ca ...
分类:数据库   时间:2020-06-26 22:38:58    阅读次数:85
adb链接时报错误10061解决方法
[adb 连接手机] cannot connect to 192.168.137.137:5555: 由于目标计算机积极拒绝,无法连接。(10061) 首先打开开发者选项然后依次操作: 1. 将安卓设备usb连接到电脑 2. 设备链接到wifi 3. Ping设备ip,检查是否可通信 4. 在cmd ...
分类:数据库   时间:2020-06-26 21:58:30    阅读次数:133
APP——自动化——python——driver其他常用的方法
一、AndroidDriver下的方法 1、启动其他app /使用命令获取adb shell dumpsys window windows | findstr "mCurrentFocus" Activity activity=new Activity("appPackage", "appActiv ...
分类:移动开发   时间:2020-06-26 20:27:19    阅读次数:109
APP——自动化——python——调用、判断、安装、启动第三方app
# 计算器: C:\Users\del>adb shell dumpsys window w |findstr \/ |findstr name= # mSurface=Surface(name=com.youba.calculate/com.youba.calculate.MainActivity ...
分类:移动开发   时间:2020-06-26 14:58:06    阅读次数:105
APP——自动化——python——重置、锁屏、后台运行
# 计算器: C:\Users\del>adb shell dumpsys window w |findstr \/ |findstr name= # mSurface=Surface(name=com.youba.calculate/com.youba.calculate.MainActivity ...
分类:移动开发   时间:2020-06-26 14:37:50    阅读次数:104
性能测试的流程
首先做性能需求分析、分析出来需要测试的核心业务,然后根据核心业务设计业务建模,录制脚本,回放一遍,接下来优化脚本,有时候也会用到正则,最后用命令模式跑性能,分析结果输出测试报告; 1.网络连接速度测试 用户连接到Web应用系统的速度根据上网方式的变化而变化,他们或许是电话拨号,或是宽带上网。当下载一 ...
分类:其他好文   时间:2020-06-25 23:16:22    阅读次数:47
APP——自动化——python——将app放到后台运行一段时间,然后再在前台显示
# 计算器: C:\Users\del>adb shell dumpsys window w |findstr \/ |findstr name= # mSurface=Surface(name=com.youba.calculate/com.youba.calculate.MainActivity ...
分类:移动开发   时间:2020-06-25 21:49:14    阅读次数:97
APP——自动化——python——截图放到电脑文件里面
# 计算器: C:\Users\del>adb shell dumpsys window w |findstr \/ |findstr name= # mSurface=Surface(name=com.youba.calculate/com.youba.calculate.MainActivity ...
分类:移动开发   时间:2020-06-25 21:41:10    阅读次数:94
APP——自动化——python——关闭和打开初始化(desired_caps中设置的的app
# 计算器: C:\Users\del>adb shell dumpsys window w |findstr \/ |findstr name= # mSurface=Surface(name=com.youba.calculate/com.youba.calculate.MainActivity ...
分类:移动开发   时间:2020-06-25 19:52:42    阅读次数:127
APP——自动化——python——系统未按装待测app和已经按装待测app不同配置
主要区别: 'app': 'C:\\Users\\del\\Desktop\\b\\jsq.apk', 安装了就不需要路径,没有安装就需要路径 一、系统未按装待测app # C:\Users\del>adb shell dumpsys window w |findstr \/ |findstr na ...
分类:移动开发   时间:2020-06-25 17:56:52    阅读次数:109
4169条   上一页 1 ... 12 13 14 15 16 ... 417 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!