mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
optimize hrp summary popup info
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user