• MonkeyRunner_模拟机_运行脚本


    1.打开创建好的Android模拟机  (使用AVD Manager.exe打开,或者使用cmd窗口 emulator -avd test2打开)

    2.打开cmd窗口,输入monkeyrunner,然后输入相应的脚本执行

    3.安装apk

    result=device.installPackage('d:mkyjyphone.apk')

    device.touch(800,1900,'DOWN_AND_UP')  

    device.startActivity(component="com.xxx.phone/com.xxx.phone.activity.WelcomeActivity") 
    device.drag((400,600),(60,600),0.1,10) 
    device.drag((400,600),(60,600),0.1,10) 

    device.touch(530,1600,'DOWN_AND_UP')

    4.选中学校的坐标为(331,545),单位:像素

    device.touch(331,545,'DOWN_AND_UP')  

    device.touch(331,1850,'DOWN_AND_UP') 

    6.输入用户名密码并登录

    device.type('accounts')

    device.type(' ') 

    device.type('password')

    device.touch(260,820,'DOWN_AND_UP') 

    7.首页界面

    device.touch(100,158,'DOWN_AND_UP')  

    device.touch(400,158,'DOWN_AND_UP')  

    device.touch(700,158,'DOWN_AND_UP')  

    device.touch(1000,158,'DOWN_AND_UP')  

    device.touch(1300,158,'DOWN_AND_UP')  

    device.touch(100,1900,'DOWN_AND_UP')  

    device.touch(500,1900,'DOWN_AND_UP')  

    device.touch(900,1900,'DOWN_AND_UP')  

    device.touch(1300,1900,'DOWN_AND_UP')  

  • 相关阅读:
    mock模拟数据的使用方法
    mac下载wepy报错解决方案
    收集:40种js常用技巧
    学习——面试现场整理的笔记
    mac又更新系统了!!!
    H5的优化方案
    双十一到了,把自己学习的运营笔记发一部分
    mongodb操作笔记
    HTTP协议及常见状态码
    跨域解决方案
  • 原文地址:https://www.cnblogs.com/happy-xiaoxiao/p/8191316.html
Copyright © 2020-2023  润新知