-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWalMart Product.json
82 lines (82 loc) · 1.91 KB
/
WalMart Product.json
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
71
72
73
74
75
76
77
78
79
80
81
82
{
"title": "WalMart Product",
"steps": [
{
"type": "setViewport",
"width": 1342,
"height": 1336,
"deviceScaleFactor": 1,
"isMobile": false,
"hasTouch": false,
"isLandscape": false
},
{
"type": "navigate",
"url": "https://www.walmart.com/",
"assertedEvents": [
{
"type": "navigation",
"url": "https://www.walmart.com/",
"title": "Walmart.com | Save Money. Live Better"
}
]
},
{
"type": "click",
"selectors": [
[
"aria/5 Surprise Mini Brands Mystery Capsule Real Miniature Brands Collectible Toy by ZURU (3 Pack)[role=\"img\"]"
],
[
"[data-testid=carousel-container] > li > div > div > div:nth-child(1) > div > a > img"
]
],
"target": "main",
"offsetX": 62.6875,
"offsetY": 42.265625
},
{
"type": "click",
"selectors": [
[
"aria/Add to cart - 5 Surprise Mini Brands Mystery Capsule Real Miniature Brands Collectible Toy by ZURU (3 Pack)",
"aria/[role=\"generic\"]"
],
[
"[data-testid=add-to-cart-section] > div > div:nth-child(3) > div > button > span"
]
],
"target": "main",
"offsetX": 10.65625,
"offsetY": 10.703125
},
{
"type": "click",
"selectors": [
[
"aria/View cart (1)"
],
[
"body > div:nth-child(26) > div > div.w_HX > div.w_Gh.w_Gi > div > div.w_Gs > div > span > div > button"
]
],
"target": "main",
"offsetX": 193,
"offsetY": 29
},
{
"type": "click",
"selectors": [
[
"aria/Continue to checkout[role=\"button\"]"
],
[
"#Continue\\ to\\ checkout\\ button"
]
],
"target": "main",
"offsetX": 191,
"offsetY": 27
}
]
}