We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考uiautomator2的SwipeExt 扩展功能
d.swipe_ext("right") # 手指右滑,4选1 "left", "right", "up", "down" d.swipe_ext("right", scale=0.9) # 默认0.9, 滑动距离为屏幕宽度的90% d.swipe_ext("right", box=(0, 0, 100, 100)) # 在 (0,0) -> (100, 100) 这个区域做滑动
The text was updated successfully, but these errors were encountered:
欢迎提PR
Sorry, something went wrong.
已经提交 #5
DONE https://github.com/codematrixer/hmdriver2/releases/tag/1.2.11
No branches or pull requests
参考uiautomator2的SwipeExt 扩展功能
The text was updated successfully, but these errors were encountered: