optimize hrp summary popup info

This commit is contained in:
buyuxiang
2023-08-28 17:59:22 +08:00
parent 7aacb36b2e
commit c611a84aaa
9 changed files with 129 additions and 79 deletions
+7 -10
View File
@@ -52,15 +52,12 @@
}
},
{
"name": "处理青少年弹窗 tap ocr 以及 ui_ocr exists 断言",
"name": "处理弹窗 close_popups 默认配置 以及 ui_ocr exists 断言",
"ios": {
"actions": [
{
"method": "tap_ocr",
"params": "我知道了",
"options": {
"ignore_NotFoundError": true
}
"method": "close_popups",
"options": {}
}
]
},
@@ -302,14 +299,14 @@
}
},
{
"name": "处理青少年弹窗 tap ocr 以及 ui_ocr exists 断言",
"name": "处理弹窗 close_popups 自定义配置 以及 ui_ocr exists 断言",
"ios": {
"actions": [
{
"method": "tap_ocr",
"params": "我知道了",
"method": "close_popups",
"options": {
"ignore_NotFoundError": true
"max_retry_times": 3,
"interval": 2
}
}
]