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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
52 { | 52 { |
53 "name": "Wordpress", | 53 "name": "Wordpress", |
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 "interaction_sequence": [ | |
nduca
2012/11/07 18:55:57
so this part doesn't make sense without a bit more
marja
2012/11/08 10:24:00
Ok, for this I needed to add compound interactions
| |
64 { | |
65 "action": "click_to_navigate", | |
66 "selector": "a[href=\"http://www.facebook.com/WomenforObama\ "]" | |
67 }, | |
68 { | |
69 "action": "click_to_navigate", | |
70 "selector": "a[href=\"http://www.facebook.com/WomenforObama/ info\"]" | |
71 }, | |
72 { | |
73 "action": "click_to_navigate", | |
74 "selector": "a[href=\"http://www.facebook.com/?ref=tn_tnmn\" ]" | |
75 } | |
76 ] | |
63 }, | 77 }, |
64 { | 78 { |
65 "name": "LinkedIn", | 79 "name": "LinkedIn", |
66 "url": "http://www.linkedin.com/in/linustorvalds", | 80 "url": "http://www.linkedin.com/in/linustorvalds", |
67 "why": "#12 (Alexa global),Public profile" | 81 "why": "#12 (Alexa global),Public profile" |
68 }, | 82 }, |
69 { | 83 { |
70 "name": "Wikipedia (1 tab)", | 84 "name": "Wikipedia (1 tab)", |
71 "url": "http://en.wikipedia.org/wiki/Wikipedia", | 85 "url": "http://en.wikipedia.org/wiki/Wikipedia", |
72 "why": "#6 (Alexa) most visited worldwide,Picked an interesting page " | 86 "why": "#6 (Alexa) most visited worldwide,Picked an interesting page " |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
124 { | 138 { |
125 "url": "http://sports.yahoo.com/", | 139 "url": "http://sports.yahoo.com/", |
126 "why": "#1 Alexa sports" | 140 "why": "#1 Alexa sports" |
127 }, | 141 }, |
128 { | 142 { |
129 "url": "http://techcrunch.com", | 143 "url": "http://techcrunch.com", |
130 "why": "top tech blog" | 144 "why": "top tech blog" |
131 } | 145 } |
132 ] | 146 ] |
133 } | 147 } |
OLD | NEW |