feat: add WithSwipeOffset to set offset for swipe start/end point

This commit is contained in:
lilong.129
2023-09-19 16:41:01 +08:00
parent f1fa87c912
commit 3bd10484e5
5 changed files with 72 additions and 8 deletions

View File

@@ -9,6 +9,8 @@ plugin related:
- feat: add hrp executable directory for searching plugin
- feat: init device driver with plugin options, `WithDriverCapabilities` and `WithDriverPlugin`
- feat: support printing stderr output in myexec.RunCommand
- feat: add `WithSwipeOffset` to set offset for swipe start/end point
- change: set `WithOffset` deprecated, replace with `WithTapOffset`
- change: upgrade funplugin to 0.5.3
- refactor: move internal myexec to funplugin/myexec
- change: create python3 plugin venv with latest funppy/httprunner