Project

General

Profile

domain_object #4452

Updated by UserName LastName almost 2 years ago

[ 
     { 
       "name": "登录", 
       "params": [ 
         { 
           "key": "url", 
           "value": { 
             "text": "https://www.baidu.com/", 
             "array": [], 
             "object": {}, 
             "raw": {} 
           }, 
           "type": "text" 
         }, 
         { 
           "key": "headers", 
           "value": { 
             "text": "", 
             "array": [], 
             "object": { 
               "content-type": "application/json", 
               "authorization": "Beare token" 
             }, 
             "raw": {} 
           }, 
           "type": "object" 
         }, 
         { 
           "key": "params", 
           "value": { 
             "text": "", 
             "array": [], 
             "object": { 
               "username": "张三", 
               "password": "123456" 
             }, 
             "raw": {} 
           }, 
           "type": "object" 
         }, 
         { 
           "key": "body1", 
           "value": { 
             "text": "", 
             "array": [ 
               { 
                 "click": "张三", 
                 "by": "Xpath", 
                 "location": "//*[@name=123]" 
               }, 
               { 
                 "click": "张三", 
                 "by": "Xpath", 
                 "location": "//*[@name=123]" 
               } 
             ], 
             "object": {}, 
             "raw": {} 
           }, 
           "type": "array" 
         } 
       ], 
       "steps": [ 
         { 
           "key": "body2", 
           "value": { 
             "text": "", 
             "array": [], 
             "object": {}, 
             "raw": { 
               "userinfo": { 
                 "name": "张三", 
                 "avatar": "https://www.baidu.com/" 
               }, 
               "token": "123456" 
             } 
           }, 
           "type": "raw" 
         } 
       ] 
     }, 
     { 
       "name": "获取用户信息", 
       "params": [], 
       "steps": [] 
     } 
   ]

Back