-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWebPageTest Config.json
100 lines (100 loc) · 1.79 KB
/
WebPageTest Config.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"title": "WebPageTest Config",
"steps": [
{
"type": "setViewport",
"width": 1342,
"height": 1336,
"deviceScaleFactor": 1,
"isMobile": false,
"hasTouch": false,
"isLandscape": false
},
{
"type": "navigate",
"url": "https://www.webpagetest.org/",
"assertedEvents": [
{
"type": "navigation",
"url": "https://www.webpagetest.org/",
"title": "WebPageTest - Website Performance and Optimization Test"
}
]
},
{
"type": "click",
"selectors": [
[
"#analytical-review > div:nth-child(3) > label"
]
],
"target": "main",
"offsetX": 18,
"offsetY": 19.3125
},
{
"type": "click",
"selectors": [
[
"aria/Enter URL to test"
],
[
"#url"
]
],
"target": "main",
"offsetX": 167,
"offsetY": 34.0625
},
{
"type": "change",
"value": "https://timkadlec.com",
"selectors": [
[
"aria/Enter URL to test"
],
[
"#url"
]
],
"target": "main"
},
{
"type": "keyDown",
"target": "main",
"key": "Tab"
},
{
"type": "keyUp",
"key": "Tab",
"target": "main"
},
{
"type": "click",
"selectors": [
[
"aria/Connection"
],
[
"#connection"
]
],
"target": "main",
"offsetX": 106.921875,
"offsetY": 3.734375
},
{
"type": "change",
"value": "ec2-us-east-1:Chrome.DSL",
"selectors": [
[
"aria/Connection"
],
[
"#connection"
]
],
"target": "main"
}
]
}