File size: 1,743 Bytes
3ae88af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
    "link": "https://docs.cypress.io/",
    "topic": "document",
    "framework": "traditional",
    "1": {
        "src": "0",
        "dst": "1",
        "action": "click \"Search\" text box",
        "description": "after clicking \"Search\" text box, a new component pop out for you to input the word you want to search for",
        "tag type": [
            "",
            "input",
            "button",
            "textarea"
        ],
        "visual type": [
            "",
            "new component",
            "text"
        ]
    },
    "2": {
        "src": "2",
        "dst": "3",
        "action": "click \"API\" button",
        "description": "after clicking \"API\" button, go to the page of the information of the API",
        "tag type": [
            "",
            "button",
            "text"
        ],
        "visual type": [
            "",
            "text",
            "new page"
        ]
    },
    "3": {
        "src": "4",
        "dst": "5",
        "action": "click \"other commands\" button",
        "description": "after clicking \"other commands\" button, the page scroll down to the location of other commands.",
        "tag type": [
            "",
            "button",
            "link",
            "text"
        ],
        "visual type": [
            "",
            "switch",
            "text"
        ]
    },
    "4": {
        "src": "6",
        "dst": "7",
        "action": "click \"theme\" button",
        "description": "after clicking \"theme\" button, the theme color change from ligbt to dark.",
        "tag type": [
            "",
            "button"
        ],
        "visual type": [
            "",
            "switch",
            "color"
        ]
    }
}