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操作淘宝app,有一个listview,我执行to_btn = d(className="android.widget.Button", text="去完成") 获取所有列的去完成按钮。接着执行d.swipe_ext(Direction.FORWARD)滑到下一页,再去获取去完成按钮,发现返回的数据还是第一页的数据,这是什么问题呢。
复现问题的代码:https://github.com/czl0325/coin11-tb/blob/main/淘宝芭芭农场.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用uiautomator2操作淘宝app,有一个listview,我执行to_btn = d(className="android.widget.Button", text="去完成") 获取所有列的去完成按钮。接着执行d.swipe_ext(Direction.FORWARD)滑到下一页,再去获取去完成按钮,发现返回的数据还是第一页的数据,这是什么问题呢。
复现问题的代码:https://github.com/czl0325/coin11-tb/blob/main/淘宝芭芭农场.py
The text was updated successfully, but these errors were encountered: