| 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_path": "../data/top_25.wpr", |
| 4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "../data/credentials.json", |
| 5 "user_agent_type": "desktop", | 5 "user_agent_type": "desktop", |
| 6 "pages": [ | 6 "pages": [ |
| 7 { | 7 { |
| 8 "url": "https://www.google.com/#hl=en&q=barack+obama", | 8 "url": "https://www.google.com/#hl=en&q=barack+obama", |
| 9 "why": "top google property; a google tab is often open", | 9 "why": "top google property; a google tab is often open", |
| 10 "smoothness": { | 10 "smoothness": { |
| 11 "action": "scrolling_action" | 11 "action": "scrolling_action" |
| 12 }, | 12 }, |
| 13 "wait_for_element_with_text": "Next", | 13 "wait_for_element_with_text": "Next", |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 }, | 493 }, |
| 494 { | 494 { |
| 495 "url": "http://techcrunch.com", | 495 "url": "http://techcrunch.com", |
| 496 "why": "top tech blog", | 496 "why": "top tech blog", |
| 497 "smoothness": { | 497 "smoothness": { |
| 498 "action": "scrolling_action" | 498 "action": "scrolling_action" |
| 499 } | 499 } |
| 500 } | 500 } |
| 501 ] | 501 ] |
| 502 } | 502 } |
| OLD | NEW |