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

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

Issue 24294003: [Telemetry] Move WPR archives and credentials from src-internal to Cloud Storage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit test fixes and .gitignore Created 7 years, 3 months 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "description": "10 Pages chosen from Alexa top sites.", 2 "description": "10 Pages chosen from Alexa top sites.",
3 "archive_data_file": "../data/top_10.json", 3 "archive_data_file": "data/top_10.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",
11 "navigate_steps" : [ 11 "navigate_steps" : [
12 { "action": "navigate" }, 12 { "action": "navigate" },
13 { "action": "wait", "condition": "element", "text": "Next" } 13 { "action": "wait", "condition": "element", "text": "Next" }
14 ] 14 ]
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 { 68 {
69 "url": "http://www.bing.com/", 69 "url": "http://www.bing.com/",
70 "why": "#16 Alexa" 70 "why": "#16 Alexa"
71 }, 71 },
72 { 72 {
73 "url": "http://www.ask.com/", 73 "url": "http://www.ask.com/",
74 "why": "#20 Alexa" 74 "why": "#20 Alexa"
75 } 75 }
76 ] 76 ]
77 } 77 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698