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", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 { "action": "wait", "condition": "element", "selector": "div[class~=\"na
vBack\"]" }, | 97 { "action": "wait", "condition": "element", "selector": "div[class~=\"na
vBack\"]" }, |
98 { "action": "click_element", "selector": "div[class~=\"navBack\"]" }, | 98 { "action": "click_element", "selector": "div[class~=\"navBack\"]" }, |
99 { "action": "wait", "seconds": 2 }, | 99 { "action": "wait", "seconds": 2 }, |
100 { "action": "wait", "condition": "element", "selector": "div[class~=\"na
vBack\"]" }, | 100 { "action": "wait", "condition": "element", "selector": "div[class~=\"na
vBack\"]" }, |
101 { "action": "click_element", "selector": "div[class~=\"navBack\"]" }, | 101 { "action": "click_element", "selector": "div[class~=\"navBack\"]" }, |
102 { "action": "wait", "seconds": 2 }, | 102 { "action": "wait", "seconds": 2 }, |
103 { "action": "wait", "condition": "element", "selector": "div[class~=\"na
vBack\"]" } | 103 { "action": "wait", "condition": "element", "selector": "div[class~=\"na
vBack\"]" } |
104 ] | 104 ] |
105 }, | 105 }, |
106 { | 106 { |
107 "url": "https://drive.google.com", | 107 "url": "https://www.google.com/search?q=cats&tbm=isch", |
108 "why": "productivity, top google properties", | 108 "why": "tough image case; top google properties", |
109 "credentials": "google", | 109 "credentials": "google" |
110 "navigate_steps" : [ | |
111 { "action": "navigate" }, | |
112 { "action": "wait", "javascript": "document.getElementsByClassName('docl
istview-list').length" } | |
113 ], | |
114 "smoothness": { | |
115 "action": "scroll", | |
116 "scrollable_element_function": "function(callback) { callback(document.g
etElementsByClassName('doclistview-list')[0]); }" | |
117 } | |
118 }, | 110 }, |
119 { | 111 { |
120 "name": "Docs (1 open document tab)", | 112 "name": "Docs (1 open document tab)", |
121 "url": "https://docs.google.com/document/d/1X-IKNjtEnx-WW5JIKRLsyhz5sbsat3
mfTpAPUSX3_s4/view", | 113 "url": "https://docs.google.com/document/d/1X-IKNjtEnx-WW5JIKRLsyhz5sbsat3
mfTpAPUSX3_s4/view", |
122 "why": "productivity, top google properties; Sample doc in the link", | 114 "why": "productivity, top google properties; Sample doc in the link", |
123 "credentials": "google", | 115 "credentials": "google", |
124 "navigate_steps" : [ | 116 "navigate_steps" : [ |
125 { "action": "navigate" }, | 117 { "action": "navigate" }, |
126 { "action": "wait", "seconds": 2 }, | 118 { "action": "wait", "seconds": 2 }, |
127 { "action": "wait", "javascript": "document.getElementsByClassName('kix-
appview-editor').length" } | 119 { "action": "wait", "javascript": "document.getElementsByClassName('kix-
appview-editor').length" } |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 { | 325 { |
334 "url": "http://sports.yahoo.com/", | 326 "url": "http://sports.yahoo.com/", |
335 "why": "#1 Alexa sports" | 327 "why": "#1 Alexa sports" |
336 }, | 328 }, |
337 { | 329 { |
338 "url": "http://techcrunch.com", | 330 "url": "http://techcrunch.com", |
339 "why": "top tech blog" | 331 "why": "top tech blog" |
340 } | 332 } |
341 ] | 333 ] |
342 } | 334 } |
OLD | NEW |