摘要:
java执行命令: p = Runtime.getRuntime().exec(commandStr); [INFO ] 执行命令结果:nullbash: adb: command not found java.io.IOException: Cannot run program "adb": er 阅读全文
摘要:
java jsch方法 登录linux系统, 要手动输入Yes No Always The host 10.202.84.7 is currently unknown to the system The host key fingerprint is: 2048: 3d a1 5b 9b 6d 13 阅读全文
摘要:
http://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jdk.html#A1096855 This page describes how to install and uninstall JDK 8 for OS X co 阅读全文
摘要:
在android测试过程中,会遇到要点击一下屏幕的需求。 在appium旧版本使用下面代码点击android屏幕,没有报错。Map tap = new HashMap(); tap.put("tapCount", new Double(2));tap.put("touchCount", new Do 阅读全文