摘要:
运行case前,最好在case前加入等待,以免activity还未关闭,就开始定位或其他操作(如果case总报错,则考虑此问题); swipe效果: Thread.sleep(2000); int width = driver.manage().window().... 阅读全文
摘要:
一、查看帮助命令,参数 --help D:\>adb shell screenrecord --helpUsage: screenrecord [options] Android screenrecord v1.2. Records the device's display to a .mp... 阅读全文