- Created a global setup file to handle user login and merchant selection based on identity verification. - Implemented a test specification to verify the identity verification tool and log merchant details.
11 lines
312 B
JSON
11 lines
312 B
JSON
{
|
|
"setting": {
|
|
"name": "设置",
|
|
"selector": "#app > div.routerView.page_view > div > div.navStore_view > div.left_menu_area > div.menu_area.scroll0 > ul > li:nth-child(3)",
|
|
"content": [
|
|
{ "name": "微信设置", "selector": "" },
|
|
{ "name": "支付设置", "selector": "" }
|
|
]
|
|
}
|
|
}
|