{ "name": "RedNoteBrowsingAndThumbsUpTest", "description": "测试版小红书随机浏览和点赞", "variables": { "page-index": 0, "up-or-down": 0, "swipe-count": 0, "click-x": 0, "click-y": 0, "random-click-pos": "", "stay-duration": 0, "send-btn-pos": "", "b-like-click": 0, "back-duration": 0, "video_like_btn_center_pos": "", "note_text_like_btn_center_pos": "" }, "execute": [ { "type": "schedule", "condition": { "interval": "1s", "repeat": -1 }, "interval": [ { "type": "random", "inVars": [ "1", "3" ], "outVars": [ "{swipe-count}" ] }, { "type": "schedule", "condition": { "interval": "1s", "repeat": "{swipe-count}" }, "interval": [ { "type": "fun", "method": "adb-swipe", "inVars": [ "down-up" ], "outVars": [] } ] }, { "type": "random", "inVars": [ "200", "880" ], "outVars": [ "{click-x}" ] }, { "type": "random", "inVars": [ "400", "2000" ], "outVars": [ "{click-y}" ] }, { "type": "set", "variable": "{random-click-pos}", "value": "{click-x},{click-y}" }, { "type": "fun", "method": "adb-click", "inVars": [ "{random-click-pos}" ], "outVars": [] }, { "type": "random", "inVars": [ 10, 2000 ], "outVars": [ "{stay-duration}" ] }, { "type": "delay", "value": "{{stay-duration}}m" }, { "type": "random", "inVars": [ 0, 1 ], "outVars": [ "{b-like-click}" ] }, { "type": "if", "condition": "{b-like-click} == 1", "then": [ { "type": "try", "continueAfterFail": true, "try": [ { "type": "if", "condition": "{video_like_btn_center_pos} != \"\"", "then": [ { "type": "fun", "method": "img-center-point-location", "inVars": [ "视频点赞.png" ], "outVars": [ "{send-btn-pos}" ] }, { "type": "fun", "method": "persist-save", "inVars": [ "rednote_test_video_like_btn", "{send-btn-pos}" ], "outVars": [] } ], "else": [ { "type": "fun", "method": "persist-read", "inVars": [ "rednote_test_video_like_btn" ], "outVars": [ "{send-btn-pos}" ] } ] } ], "fail": [ { "type": "if", "condition": "{note_text_like_btn_center_pos} != \"\"", "then": [ { "type": "fun", "method": "img-center-point-location", "inVars": [ "图文点赞.png" ], "outVars": [ "{send-btn-pos}" ] }, { "type": "fun", "method": "persist-save", "inVars": [ "rednote_test_note_text_like_btn", "{send-btn-pos}" ], "outVars": [] } ], "else": [ { "type": "fun", "method": "persist-read", "inVars": [ "rednote_test_note_text_like_btn" ], "outVars": [ "{send-btn-pos}" ] } ] } ], "success": [] }, { "type": "fun", "method": "adb-click", "inVars": [ "{send-btn-pos}" ], "outVars": [] } ], "else": [] }, { "type": "random", "inVars": [ 5, 12 ], "outVars": [ "{back-duration}" ] }, { "type": "delay", "value": "{{back-duration}}s" }, { "type": "fun", "method": "adb-keyevent", "inVars": [ "4" ], "outVars": [] } ] } ] }