mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-03 13:31:26 +08:00
feat: request vedem ocr with uploading image
This commit is contained in:
@@ -45,7 +45,9 @@
|
||||
{
|
||||
"method": "tap_ocr",
|
||||
"params": "我知道了",
|
||||
"ignore_NotFoundError": true
|
||||
"options": {
|
||||
"ignore_NotFoundError": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -57,8 +59,10 @@
|
||||
{
|
||||
"method": "swipe_to_tap_text",
|
||||
"params": "点击进入直播间",
|
||||
"identifier": "进入直播间",
|
||||
"max_retry_times": 10
|
||||
"options": {
|
||||
"identifier": "进入直播间",
|
||||
"max_retry_times": 10
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -69,7 +73,10 @@
|
||||
"actions": [
|
||||
{
|
||||
"method": "swipe",
|
||||
"params": "up"
|
||||
"params": "up",
|
||||
"options": {
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
"method": "sleep_random",
|
||||
@@ -93,7 +100,9 @@
|
||||
{
|
||||
"method": "swipe",
|
||||
"params": "up",
|
||||
"identifier": "第一次上划"
|
||||
"options": {
|
||||
"identifier": "第一次上划"
|
||||
}
|
||||
},
|
||||
{
|
||||
"method": "sleep",
|
||||
@@ -105,7 +114,9 @@
|
||||
{
|
||||
"method": "swipe",
|
||||
"params": "up",
|
||||
"identifier": "第二次上划"
|
||||
"options": {
|
||||
"identifier": "第二次上划"
|
||||
}
|
||||
},
|
||||
{
|
||||
"method": "sleep",
|
||||
|
||||
Reference in New Issue
Block a user