摘要: 1、输入中文的处理 在初始化配置中增加两个参数: "resetKeyboard":True, # 重置设备的输入键盘 "unicodeKeyboard":True # 采用unicode编码输入 2、区分手册打开还是非首次打开 "noReset":True # 用来记住app的session,如果有 阅读全文
posted @ 2021-08-17 22:01 GalaxyStar 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 1、adb操作命令 -手势操作命令 -模拟点击事件 adb shell input tap x y # xy 为手机屏幕的坐标,参数之间用空格隔开 -模拟滑屏事件(参数用空格隔开) adb shell input swipe startx starty endx endy # 起始和终止坐标 -模拟 阅读全文
posted @ 2021-08-17 20:47 GalaxyStar 阅读(97) 评论(0) 推荐(0) 编辑