55 lines
1.0 KiB
JSON
55 lines
1.0 KiB
JSON
{
|
|
"description": "12306 App 开票页面示例流程。先用 android-dump 校准真实按钮文字或坐标后再复制修改。",
|
|
"steps": [
|
|
{
|
|
"action": "click_contains",
|
|
"text": "证件",
|
|
"after": 0.5
|
|
},
|
|
{
|
|
"action": "input_id8_for_visible_masked_name",
|
|
"after": 0.8
|
|
},
|
|
{
|
|
"action": "click_contains",
|
|
"text": "下一步",
|
|
"after": 1.2
|
|
},
|
|
{
|
|
"action": "click_contains",
|
|
"text": "抬头",
|
|
"after": 0.5
|
|
},
|
|
{
|
|
"action": "input_config",
|
|
"field": "company_title",
|
|
"after": 0.5
|
|
},
|
|
{
|
|
"action": "click_contains",
|
|
"text": "税号",
|
|
"after": 0.5
|
|
},
|
|
{
|
|
"action": "input_config",
|
|
"field": "tax_id",
|
|
"after": 0.5
|
|
},
|
|
{
|
|
"action": "click_contains",
|
|
"text": "邮箱",
|
|
"after": 0.5
|
|
},
|
|
{
|
|
"action": "input_config",
|
|
"field": "receiver_email",
|
|
"after": 0.5
|
|
},
|
|
{
|
|
"action": "click_contains",
|
|
"text": "开具",
|
|
"after": 2
|
|
}
|
|
]
|
|
}
|