Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "description": "CNN for Skia for Nexus10.", | |
| 3 "archive_data_file": "data/skia_cnn_nexus10.json", | |
| 4 "credentials_path": "data/credentials.json", | |
| 5 "user_agent_type": "tablet", | |
| 6 "smoothness": { "action": "scroll" }, | |
| 7 "pages": [ | |
| 8 { | |
| 9 "url": "http://www.cnn.com/2012/10/03/politics/michelle-obama-debate /index.html", | |
| 10 "why": "#2 news worldwide", | |
| 11 "navigate_steps" : [ | |
| 12 { "action": "navigate" }, | |
| 13 { "action": "wait", "seconds": 15 } | |
| 14 ] | |
| 15 } | |
| 16 ] | |
| 17 } | |
| OLD | NEW |