python+appium 自动化实现qq名片赞
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python+appium 自动化实现qq名片赞相关的知识,希望对你有一定的参考价值。
参考技术A from appium import webdriverfrom utils.appiumtools import find_element
# from utils.appiumtools import find_element
import time
desired_caps =
desired_caps['platformName'] = 'android' # 打开什么平台的app,固定的 > 启动安卓平台
desired_caps['platformVersion'] = '7.1.2' # 安卓系统的版本号:adb shell getprop ro.build.version.release
desired_caps['deviceName'] = 'V1923A' # 手机/模拟器的型号:adb shell getprop ro.product.model
desired_caps['appPackage'] = 'com.tencent.mobileqq' # app的名字:
# 安卓8.1之前:adb shell dumpsys activity | findstr "mFocusedActivity"
# 安卓8.1之后:adb shell dumpsys activity | findstr "mResume"
desired_caps['appActivity'] = '.activity.SplashActivity' # 同上↑
desired_caps['unicodeKeyboard'] = True # 为了支持中文
desired_caps['resetKeyboard'] = True
desired_caps['noReset'] = True #使用app缓存
# 设置成appium自带的键盘
# 去打开app,并且返回当前app的操作对象
driver = webdriver.Remote('http://localhost:4723/wd/hub', desired_caps)
time.sleep(5)
driver.tap([(67,98)], 5)
toux = ('xpath','/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.widget.FrameLayout/android.widget.TabHost/android.widget.FrameLayout/android.widget.RelativeLayout[2]/android.widget.RelativeLayout/android.widget.RelativeLayout[1]/android.widget.FrameLayout[2]/android.widget.ImageView[2]')
zan = ('xpath','//android.widget.FrameLayout[@content-desc="11089次赞"]/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.ImageView')
find_element(driver,toux, 20).click()
find_element(driver,zan, 20).click()
QQ名片赞数量查询工具 易语言源码
介绍:
今天给大家分享一个简单的易语言程序,就是查询qq名牌赞数量的,可能对于大多数人来说是不需要的,但是对于一些写工具箱的,可以把这一个小功能集合进去也是非常不错的!
网盘下载地址:
http://kekewl.net/CVrjsgu4oqW0
图片:
以上是关于python+appium 自动化实现qq名片赞的主要内容,如果未能解决你的问题,请参考以下文章
〖Python APP 自动化测试实战篇⑧〗- 实战 - appium 模拟手机滑动操控的操作
《python自动化selenium+appium》8月11号开学!(2个月2000,包教会)