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 "navigate_steps" : [ | 7 "navigate_steps" : [ |
8 { "action": "navigate" }, | 8 { "action": "navigate" }, |
9 { "action": "wait", "seconds": 2 } | 9 { "action": "wait", "seconds": 2 } |
10 ], | 10 ], |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 "url": "file://key_silk_cases/text-mask.html", | 127 "url": "file://key_silk_cases/text-mask.html", |
128 "smoothness": { "action": "wait", "seconds": 4 } | 128 "smoothness": { "action": "wait", "seconds": 4 } |
129 }, | 129 }, |
130 { | 130 { |
131 "url": "file://key_silk_cases/rectangle_transition.html", | 131 "url": "file://key_silk_cases/rectangle_transition.html", |
132 "smoothness": { "action": "wait", "seconds": 5 } | 132 "smoothness": { "action": "wait", "seconds": 5 } |
133 }, | 133 }, |
134 { | 134 { |
135 "url": "file://key_silk_cases/font_wipe.html", | 135 "url": "file://key_silk_cases/font_wipe.html", |
136 "smoothness": { "action": "wait", "seconds": 5 } | 136 "smoothness": { "action": "wait", "seconds": 5 } |
| 137 }, |
| 138 { |
| 139 "url": "file://key_silk_cases/inbox_app.html", |
| 140 "navigate_steps" : [ |
| 141 { "action": "navigate" }, |
| 142 { "action": "wait", "seconds": 2 } |
| 143 ], |
| 144 "smoothness": { |
| 145 "action": "slide_drawer" |
| 146 }, |
| 147 "slide_drawer": [ |
| 148 { |
| 149 "action": "swipe", |
| 150 "element_function": "function(callback) { callback(document.getElement
ById('nav-drawer')); }", |
| 151 "distance": 200, |
| 152 "direction": "left", |
| 153 "left_start_percentage": 0.8, |
| 154 "top_start_percentage": 0.2, |
| 155 "wait_after": { |
| 156 "javascript": "!document.getElementById('nav-drawer').active" |
| 157 } |
| 158 } |
| 159 ] |
137 } | 160 } |
138 ] | 161 ] |
139 } | 162 } |
OLD | NEW |