File size: 1,829 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 | {
"link": "https://www.accent.reviews/",
"topic": "software development",
"framework": "traditional",
"1": {
"src": "0",
"dst": "1",
"action": "click on the top right sun icon",
"description": "after clicking the icon, the background color turned black and the sun icon turned to moon",
"tag type": [
"button"
],
"visual type": [
"color"
]
},
"2": {
"src": "2",
"dst": "3",
"action": "click on the \"Getting started\" button",
"description": "after clicking the button, turn to the guide page",
"tag type": [
"button",
"link"
],
"visual type": [
"newpage"
]
},
"3": {
"src": "4",
"dst": "5",
"action": "click on the \"Blog\" button",
"description": "after clicking the button, turn to the blog page",
"tag type": [
"button",
"link"
],
"visual type": [
"new page"
]
},
"4": {
"src": "6",
"dst": "7",
"action": "click on the \"Try it now\" button",
"description": "after clicking the button, the log-in page pops out",
"tag type": [
"button",
"link"
],
"visual type": [
"new window"
]
},
"5": {
"src": "8",
"dst": "9",
"action": "click on the \"GitHub\" button",
"description": "after clicking the button, the GitHub repository of the website pops out",
"tag type": [
"button",
"link"
],
"visual type": [
"new window"
]
}
} |