| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "Pages hand-picked for 2012 CrOS scrolling tuning efforts.", | 2 "description": "Pages hand-picked for 2012 CrOS scrolling tuning efforts.", |
| 3 "archive_data_file": "../data/top_25.json", | 3 "archive_data_file": "data/top_25.json", |
| 4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "data/credentials.json", |
| 5 "user_agent_type": "desktop", | 5 "user_agent_type": "desktop", |
| 6 "smoothness": { "action": "scroll" }, | 6 "smoothness": { "action": "scroll" }, |
| 7 "pages": [ | 7 "pages": [ |
| 8 { | 8 { |
| 9 "url": "https://www.google.com/#hl=en&q=barack+obama", | 9 "url": "https://www.google.com/#hl=en&q=barack+obama", |
| 10 "why": "top google property; a google tab is often open", | 10 "why": "top google property; a google tab is often open", |
| 11 "navigate_steps" : [ | 11 "navigate_steps" : [ |
| 12 { "action": "navigate" }, | 12 { "action": "navigate" }, |
| 13 { "action": "wait", "condition": "element", "text": "Next" } | 13 { "action": "wait", "condition": "element", "text": "Next" } |
| 14 ], | 14 ], |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 { | 335 { |
| 336 "url": "http://sports.yahoo.com/", | 336 "url": "http://sports.yahoo.com/", |
| 337 "why": "#1 Alexa sports" | 337 "why": "#1 Alexa sports" |
| 338 }, | 338 }, |
| 339 { | 339 { |
| 340 "url": "http://techcrunch.com", | 340 "url": "http://techcrunch.com", |
| 341 "why": "top tech blog" | 341 "why": "top tech blog" |
| 342 } | 342 } |
| 343 ] | 343 ] |
| 344 } | 344 } |
| OLD | NEW |