| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "description": "Wordpress for Skia Desktop.", | |
| 3 "archive_data_file": "data/skia_wordpress_desktop.json", | |
| 4 "credentials_path": "data/credentials.json", | |
| 5 "smoothness": { "action": "scroll" }, | |
| 6 "pages": [ | |
| 7 { | |
| 8 "name": "Wordpress", | |
| 9 "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-edit
ors-picks-for-august-2012/", | |
| 10 "why": "#18 (Alexa global), Picked an interesting post", | |
| 11 "navigate_steps" : [ | |
| 12 { "action": "navigate" }, | |
| 13 { "action": "wait", "seconds": 5 } | |
| 14 ] | |
| 15 } | |
| 16 ] | |
| 17 } | |
| OLD | NEW |