JimBlog

周报0918JimBlog, 极客分享,编程,项目管理,程序员周边,App使用技巧.

  • Blog
  • Photos
  • About
  • Meditations
  • RSS
  • Search

周报0918

JimYan

JimYan

 / 
Sep 18, 2022

思考&成长

date
Sep 19, 2022
tags
思考&成长
type
Post
status
Published
Last edited time
Sep 22, 2022 11:42 AM

adb 使用

adb shell模拟点击事件(input tap)
前言:appium定位也不是万能的,有些元素还是定位不到,这个时候只能换一个方式定位了,可以使用这个adb shell模拟点击。 1.input可以实现的功能 输入文本信息:input text guolinli 物理按键操作: input keyevent KEYCODE_VOLUME_DOWN 点击(DOWN_UP)操作:input tap 500 500 模拟滑动操作:input swipe 200 500 400 500 模拟轨迹球操作 input roll 100 200 2、input tap实现的是DOWN_UP事件,也就是点击操作,后面两个参数是点击的坐标x,y 代码操作:
adb shell模拟点击事件(input tap)
https://www.cnblogs.com/guo2733/p/10584733.html
adb shell模拟点击事件(input tap)
使用场景: 模拟点击 TIKTOk 点赞浏览, 用来养号

Fluent UI

Home - Fluent UI
The official front-end framework for building experiences that fit seamlessly into Microsoft 365.
Home - Fluent UI
https://developer.microsoft.com/zh-cn/fluentui#/
 
adb 使用
Fluent UI

© JimYan 2023 - 2025