OLD | NEW |
---|---|
1 { | 1 { |
2 "description": "Pages hand-picked for project Silk.", | 2 "description": "Pages hand-picked for project Silk.", |
3 "archive_data_file": "data/key_silk_cases.json", | 3 "archive_data_file": "data/key_silk_cases.json", |
4 "credentials_path": "data/credentials.json", | 4 "credentials_path": "data/credentials.json", |
5 "user_agent_type": "mobile", | 5 "user_agent_type": "mobile", |
6 "smoothness": { "action": "scroll" }, | 6 "smoothness": { "action": "scroll" }, |
7 "pages": [ | 7 "pages": [ |
8 { | 8 { |
9 "url": "http://groupcloned.com/test/plain/list-recycle-transform.html", | 9 "url": "http://groupcloned.com/test/plain/list-recycle-transform.html", |
10 "why": "best case infinite scroll from sencha", | 10 "why": "best case infinite scroll from sencha", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
102 "smoothness": { "action": "wait", "seconds": 5 } | 102 "smoothness": { "action": "wait", "seconds": 5 } |
103 }, | 103 }, |
104 { | 104 { |
105 "url": "http://jsfiddle.net/3yDKh/3/show", | 105 "url": "http://jsfiddle.net/3yDKh/3/show", |
106 "why": "margin top animation", | 106 "why": "margin top animation", |
107 "navigate_steps" : [ | 107 "navigate_steps" : [ |
108 { "action": "navigate" }, | 108 { "action": "navigate" }, |
109 { "action": "wait", "seconds": 2 } | 109 { "action": "wait", "seconds": 2 } |
110 ], | 110 ], |
111 "smoothness": { "action": "wait", "seconds": 5 } | 111 "smoothness": { "action": "wait", "seconds": 5 } |
112 }, | |
113 { | |
114 "url": "file://key_silk_cases/app-drawer.html", | |
115 "navigate_steps" : [ | |
116 { "action": "navigate" }, | |
117 { "action": "wait", "seconds": 2 } | |
118 ], | |
119 "smoothness": { | |
120 "action": "slide_drawer" | |
121 }, | |
122 "slide_drawer": [ | |
123 { | |
124 "action": "swipe", | |
125 "element_function": "function(callback) { callback(document.getElement ById('nav-drawer')); }", | |
126 "distance": 200, | |
127 "direction": "left", | |
128 "left_start_percentage": 0.8, | |
129 "top_start_percentage": 0.2 | |
130 }, | |
131 { "action": "wait", "seconds": 2 } | |
nduca
2014/01/07 20:21:53
is this wait us waiting for an animation to finish
abarth-chromium
2014/01/07 20:26:27
Yes. Without this, telemetry complained that we w
| |
132 ] | |
112 } | 133 } |
113 ] | 134 ] |
114 } | 135 } |
OLD | NEW |