File size: 1,827 Bytes
e727079
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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://cachethq.io/",
    "topic": "status page system",
    "framework": "vue",
    "1": {
        "src": "0",
        "dst": "1",
        "action": "click on the \"Documentation\" button",
        "description": "after clicking on the button, turn to the introduction page",
        "tag type": [
            "button",
            "link"
        ],
        "visual type": [
            "new page"
        ]
    },
    "2": {
        "src": "2",
        "dst": "3",
        "action": "hover on one of the images",
        "description": "after hovering over an image, the image row will stop scrolling",
        "tag type": [
            "button",
            "image"
        ],
        "visual type": [
            "position"
        ]
    },
    "3": {
        "src": "4",
        "dst": "5",
        "action": "click on the \"2024 Recap\" button",
        "description": "after clicking on the button, turn to the recap page",
        "tag type": [
            "button",
            "link"
        ],
        "visual type": [
            "new page"
        ]
    },
    "4": {
        "src": "6",
        "dst": "7",
        "action": "click on the \"Learn more\" button",
        "description": "after clicking on the button, the GitHub repository of the website pops out",
        "tag type": [
            "button",
            "link"
        ],
        "visual type": [
            "new window"
        ]
    },
    "5": {
        "src": "8",
        "dst": "9",
        "action": "click on the \"3.x Demo\" button",
        "description": "after clicking on the button, turn to the demo page",
        "tag type": [
            "button",
            "link"
        ],
        "visual type": [
            "new page"
        ]
    }
}