Merge pull request #1679 from httprunner/fix-ios-scale

fix: iOS `tap_xy` scale adaption error
This commit is contained in:
debugtalk
2023-08-25 17:45:16 +08:00
committed by GitHub
5 changed files with 18 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ UI related:
- 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
- fix: iOS `tap_xy` scale adaption error
others: