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_path": "../data/top_25.wpr", | 3 "archive_data_file": "../data/top_25/index.json", |
dtu
2013/01/23 21:07:02
Are you updating all the page sets to use the new
marja
2013/01/24 16:03:33
Yes, I'll need to add a similar kind of update to
| |
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_interaction" | 11 "action": "scrolling_interaction" |
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_interaction" | 498 "action": "scrolling_interaction" |
499 } | 499 } |
500 } | 500 } |
501 ] | 501 ] |
502 } | 502 } |
OLD | NEW |