代码拉取完成,页面将自动刷新
# coding: utf-8
#
import uiautomator2 as u2
from time import sleep
d = u2.connect("6d5b932e")
d2 = u2.connect("emulator-5554")
d.implicitly_wait(120)
name_wx='mojin20220113'
d.app_start('com.tencent.mm',stop=True,wait=True)
while not d.xpath('//*[@resource-id="com.tencent.mm:id/gsl"]/android.widget.ImageView[1]').exists:#搜索
break
d.xpath('//*[@resource-id="com.tencent.mm:id/gsl"]/android.widget.ImageView[1]').click()#点击搜索
d(resourceId="com.tencent.mm:id/cd7").send_keys(name_wx)#输入微信号
d(text='微信号: %s'%name_wx).click()#点击搜索的人员
d(resourceId="com.tencent.mm:id/b3q").click()#点击拉去显示视频通话界面
d(text="视频通话").click()#点击视频通话
d(text="语音通话").click()#选中语音通话
sleep(2)
while not d2(resourceId="com.tencent.mm:id/a3c", description="接听").exists:#搜索
break
d2(resourceId="com.tencent.mm:id/a3c", description="接听").click()#点击挂断
sleep(10)
d2(resourceId="com.tencent.mm:id/a3c").click()#点击挂断
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。