feat: support parsing expect value of ui validator

This commit is contained in:
buyuxiang
2023-08-25 11:55:31 +08:00
parent 244bf039e6
commit 6bcde3627b
3 changed files with 23 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ UI related:
- fix: add compatible support for indicating options separately at the `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, support parsing expect value
- fix: reuse the same request body during `GetImage` retry
others: