feat: tap_cv action supports ui type detection and tap

This commit is contained in:
buyuxiang
2023-07-31 21:14:48 +08:00
parent 2e92015e88
commit 02c7d3c6cf
5 changed files with 195 additions and 4 deletions

View File

@@ -1,8 +1,14 @@
# Release History
## v4.3.6 (2023-07-24)
## v4.3.6 (2023-07-31)
- feat: support to reset driver (or session only) automatically when UIA2 / WDA crashed or WebDriver request failed
- feat: `tap_cv` action supports ui type detection and tap
- compatibility: support indicating options separately in `MobileAction` level
- fix: use Override size if existed, otherwise use Physical size (android devices)
- fix: add default options for `swipe_to_tap_app` action
- refactor: ui validation methods
- fix: reuse the same request body during `GetImage` retry
## v4.3.5 (2023-07-23)