摘要:
仍然以浏览器搜素为例 1、编写.py脚本 #!/usr/bin/python#coding:utf-8from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice,MonkeyImage# 连接设备,查看设备名称adb devices 阅读全文
摘要:
一、MonkeyRunner--alert警告框 void alert(string message,string title,string okTitle) message:弹框提示内容 title:弹框标题 okTitle:按钮文字1、编写.py脚本(IDE报红不用管,因为是MonkeyRunn 阅读全文
摘要:
环境准备:windows11、sdk自带模拟机、模拟机安装浏览器 操作步骤: 1、启动浏览器app 2、点击输入框 3、输入查询词 4、点击搜索按钮 5、等待结果的出现 一、本地新建.script文档(如monkey.script) type=usercount=10speed=1.0start d 阅读全文