Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: tools/perf/page_sets/top_25.json

Issue 47953004: telemetry: replace Google drive by image search in top_25 page set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/perf/page_sets/data/top_25_002.wpr.sha1 ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/data/top_25_002.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698