当前位置:网站首页>Automatically browse pinduoduo products
Automatically browse pinduoduo products
2022-07-02 01:43:00 【There is a picture in the picture】
Text introduction use Ice fox intelligent assistant The auto build script function of enables you to automatically browse pinduoduo products .
Business logic
Understand the process of pinduoduo browsing products , That is, be familiar with business logic , Suggested choice A lot of spelling v6.12.1 edition ( The operation interface of other versions may be slightly different , Therefore, the module parameters may need to be modified according to the actual situation ).
Pinduoduo business logic
Select the module and configure the parameters
On the web side 「 Mobile 」/「 Build scripts automatically 」 Create a new one in “ An automated build ”, According to the business logic of the previous step, select the appropriate automatic building module and configure parameters .
Pinduoduo module parameter configuration
Metadata
In the process of configuring automatic building modules and parameters , The system will automatically generate and use json Metadata of format description , You can use this metadata to directly copy an identical “ An automated build ”.
On the web side 「 Mobile 」/「 Build scripts automatically 」 Create an automatic build in and click “ Metadata ” Button , Copy and paste the following metadata into your “ An automated build ” In the metadata of , You can quickly create an identical “ An automated build ”, This avoids the process of selecting modules and configuring parameters , The metadata is as follows :
{
"type": "root",
"children": [{
"type": "declareVar",
"var": [{
"name": "temp",
"type": "normal",
"initType": "null",
"initValue": "null"
}, {
"name": "ret",
"type": "normal",
"initType": "null",
"initValue": "null"
}, {
"name": "view",
"type": "normal",
"initType": "null",
"initValue": "null"
}, {
"name": "viewContainer",
"type": "normal",
"initType": "null",
"initValue": "null"
}, {
"name": "tag",
"type": "normal",
"initType": "null",
"initValue": "null"
}, {
"name": "item",
"type": "normal",
"initType": "null",
"initValue": "null"
}, {
"name": "index",
"type": "normal",
"initType": "null",
"initValue": "null"
}, {
"name": "data",
"type": "normal",
"initType": "string",
"initValue": ""
}, {
"name": "text",
"type": "normal",
"initType": "string",
"initValue": ""
}]
}, {
"type": "main",
"desc": " Business logic entry ",
"debug": false,
"params": [],
"children": [{
"type": "launchApp",
"desc": " start-up APP",
"debug": false,
"packageName": "com.xunmeng.pinduoduo",
"tag": "txt: recommend #",
"failed": "",
"maxStep": "30",
"children": [{
"type": "scroll",
"desc": " Scroll processing ",
"class": 1,
"debug": false,
"direction": "up",
"tag": "",
"family": [],
"descendant": [],
"widgetIndex": "0",
"minDistance": "0.8",
"maxDistance": "0.8",
"minScrollCount": "2",
"maxScrollCount": "3",
"minDuration": "500",
"maxDuration": "500",
"beforeWait": "1000",
"afterWait": "1000"
}, {
"type": "loop",
"desc": " Loop processing ",
"class": "2",
"debug": false,
"minCount": "2",
"maxCount": "5",
"indexVarName": "index",
"children": [{
"type": "traverse",
"desc": " Traversal container ",
"class": 1,
"debug": false,
"tag": "cn:android.support.v4.view.ViewPager#",
"family": [1, 1],
"descendant": [],
"failed": "",
"traverseSelf": false,
"retryCount": "0",
"startIndex": "0",
"lastIndex": "0",
"randomPickCount": "1",
"clickable": false,
"className": "",
"children": [{
"type": "clickAndEnter",
"desc": " Click to enter the page ",
"class": "2",
"debug": false,
"family": [],
"descendant": [],
"checkTag": "txt: Initiate a collage #",
"mode": "2",
"failed": "",
"duration": "500",
"maxStep": "5",
"beforeWait": "0",
"afterWait": "0",
"target": "item",
"children": [{
"type": "scroll",
"desc": " Scroll processing ",
"class": 1,
"debug": false,
"direction": "up",
"tag": "",
"family": [],
"descendant": [],
"widgetIndex": "0",
"minDistance": "0.8",
"maxDistance": "0.8",
"minScrollCount": "3",
"maxScrollCount": "5",
"minDuration": "500",
"maxDuration": "500",
"beforeWait": "1000",
"afterWait": "3000"
}, {
"type": "back2Page",
"desc": " Return page ",
"debug": false,
"tag": "txt: home page #",
"root": "",
"backFirst": "true",
"failed": "",
"duration": "500",
"maxStep": "5",
"beforeWait": "0",
"afterWait": "0"
}]
}]
}, {
"type": "scroll",
"desc": " Scroll processing ",
"class": 1,
"debug": false,
"direction": "up",
"tag": "",
"family": [],
"descendant": [],
"widgetIndex": "0",
"minDistance": "0.8",
"maxDistance": "0.8",
"minScrollCount": "2",
"maxScrollCount": "3",
"minDuration": "500",
"maxDuration": "500",
"beforeWait": "1000",
"afterWait": "1000"
}]
}],
"false": {}
}]
}],
"desc": " Root module ",
"debug": false
}compile 、 Testing and running
- Compile auto build . On the web side 「 Mobile 」/「 Build scripts automatically 」 Click on the “ compile ” Button , Can automatically generate and automatically build the same name js Script .
- Release js Script . On the web side 「 Mobile 」/「 Mobile script 」 Select the previous generation js Script , Click on “ Release ” Button Publishing js Script .
- Run script . On the web side 「 Mobile 」/「 Mobile script 」 Select script , Click on “ function ” Button , Select the corresponding device to execute .
边栏推荐
- matlab 使用 audioread 、 sound 读取和播放 wav 文件
- How can the tsingsee Qingxi platform play multiple videos at the same time on the same node?
- 分卷压缩,解压
- 1217 supermarket coin processor
- Learn C language from scratch day 025 (maze)
- This is the report that leaders like! Learn dynamic visual charts, promotion and salary increase are indispensable
- Single chip microcomputer -- hlk-w801 transplant NES simulator (III)
- [IVX junior engineer training course 10 papers to get certificates] 0708 news page production
- 学习笔记24--多传感器后融合技术
- Game thinking 15: thinking about the whole region and sub region Services
猜你喜欢
![[IVX junior engineer training course 10 papers] 05 canvas and aircraft war game production](/img/dc/e9adb1b41c2175c6f18d8027e0530a.jpg)
[IVX junior engineer training course 10 papers] 05 canvas and aircraft war game production
![[IVX junior engineer training course 10 papers to get certificates] 01 learn about IVX and complete the New Year greeting card](/img/99/53b0ae47bada8b0d4db30d0517fe3d.jpg)
[IVX junior engineer training course 10 papers to get certificates] 01 learn about IVX and complete the New Year greeting card

Android: how can golden nine and silver ten squeeze into the first-line big factories from small and medium-sized enterprises? The depth of interview questions in large factories

【图像增强】基于Frangi滤波器实现血管图像增强附matlab代码

MPLS experiment operation

Raspberry pie 4B learning notes - IO communication (1-wire)

机器学习基本概念

Learning note 24 - multi sensor post fusion technology

matlab 使用 audioread 、 sound 读取和播放 wav 文件

New news, Wuhan Yangluo international port, filled with black technology, refreshes your understanding of the port
随机推荐
matlab 使用 resample 完成重采样
Finally got byte offer, 25-year-old inexperienced experience in software testing, to share with you
Brief description of grafana of # yyds dry goods inventory # Prometheus
What is AQS and its principle
卷積神經網絡(包含代碼與相應圖解)
How can I batch produce the same title for the video?
[disease detection] realize lung cancer detection system based on BP neural network, including GUI interface
【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享
How can the tsingsee Qingxi platform play multiple videos at the same time on the same node?
LeetCode、3无重复最长子序列
Matlab uses audioread and sound to read and play WAV files
[Maya] the error of importing Maya into Metahuman
The author is more willing to regard industrial Internet as a concept much richer than consumer Internet
Data visualization in medical and healthcare applications
2022年6月国产数据库大事记
NeRV: Neural Reflectance and Visibility Fields for Relighting and View Synthesis
[Chongqing Guangdong education] Tianshui Normal University universe exploration reference
What are the skills of spot gold analysis?
6-3漏洞利用-SSH环境搭建
Look at the industrial Internet from a new perspective and seek the correct ways and methods of industrial Internet