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_path": "../data/top_25.wpr", |
4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "../data/credentials.json", |
5 "pages": [ | 5 "pages": [ |
6 { | 6 { |
7 "url": "https://www.google.com/#hl=en&q=barack+obama", | 7 "url": "https://www.google.com/#hl=en&q=barack+obama", |
8 "why": "top google property; a google tab is often open" | 8 "why": "top google property; a google tab is often open" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-edit
ors-picks-for-august-2012/", | 54 "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-edit
ors-picks-for-august-2012/", |
55 "why": "#18 (Alexa global), Picked an interesting post" | 55 "why": "#18 (Alexa global), Picked an interesting post" |
56 }, | 56 }, |
57 { | 57 { |
58 "name": "Facebook", | 58 "name": "Facebook", |
59 "url": "http://www.facebook.com/barackobama", | 59 "url": "http://www.facebook.com/barackobama", |
60 "why": "top social,Public profile", | 60 "why": "top social,Public profile", |
61 "credentials": "facebook", | 61 "credentials": "facebook", |
62 "scroll_is_infinite": true, | 62 "scroll_is_infinite": true, |
63 "stress_memory": { | 63 "stress_memory": { |
64 "action": "compound", | 64 "action": "compound_interaction", |
65 "actions": [ | 65 "actions": [ |
66 { | 66 { |
67 "action": "click_to_navigate", | 67 "action": "click_to_navigate_interaction", |
68 "selector": "a[href=\"http://www.facebook.com/WomenforOb
ama\"]" | 68 "selector": "a[href=\"http://www.facebook.com/WomenforOb
ama\"]" |
69 }, | 69 }, |
70 { | 70 { |
71 "action": "click_to_navigate", | 71 "action": "click_to_navigate_interaction", |
72 "selector": "a[href=\"http://www.facebook.com/WomenforOb
ama/info\"]" | 72 "selector": "a[href=\"http://www.facebook.com/WomenforOb
ama/info\"]" |
73 }, | 73 }, |
74 { | 74 { |
75 "action": "click_to_navigate", | 75 "action": "click_to_navigate_interaction", |
76 "selector": "a[href=\"http://www.facebook.com/?ref=tn_tn
mn\"]" | 76 "selector": "a[href=\"http://www.facebook.com/?ref=tn_tn
mn\"]" |
77 } | 77 } |
78 ] | 78 ] |
79 } | 79 } |
80 }, | 80 }, |
81 { | 81 { |
82 "name": "LinkedIn", | 82 "name": "LinkedIn", |
83 "url": "http://www.linkedin.com/in/linustorvalds", | 83 "url": "http://www.linkedin.com/in/linustorvalds", |
84 "why": "#12 (Alexa global),Public profile" | 84 "why": "#12 (Alexa global),Public profile" |
85 }, | 85 }, |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 { | 141 { |
142 "url": "http://sports.yahoo.com/", | 142 "url": "http://sports.yahoo.com/", |
143 "why": "#1 Alexa sports" | 143 "why": "#1 Alexa sports" |
144 }, | 144 }, |
145 { | 145 { |
146 "url": "http://techcrunch.com", | 146 "url": "http://techcrunch.com", |
147 "why": "top tech blog" | 147 "why": "top tech blog" |
148 } | 148 } |
149 ] | 149 ] |
150 } | 150 } |
OLD | NEW |