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

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

Issue 181483002: Telemetry: Clean up tap and click_element gestures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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
« no previous file with comments | « tools/perf/page_sets/indexeddb_offline.json ('k') | tools/perf/page_sets/key_silk_cases.json » ('j') | 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": "Key mobile sites", 2 "description": "Key mobile sites",
3 "archive_data_file": "data/key_mobile_sites.json", 3 "archive_data_file": "data/key_mobile_sites.json",
4 "credentials_path": "data/credentials.json", 4 "credentials_path": "data/credentials.json",
5 "user_agent_type": "mobile", 5 "user_agent_type": "mobile",
6 "smoothness": { "action": "scroll" }, 6 "smoothness": { "action": "scroll" },
7 "pages": [ 7 "pages": [
8 { 8 {
9 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that -an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/ ", 9 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that -an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/ ",
10 "why": "crbug.com/242544" 10 "why": "crbug.com/242544"
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 { 145 {
146 "url": "http://www.booking.com/searchresults.html?src=searchresults&latitu de=65.0500&longitude=25.4667", 146 "url": "http://www.booking.com/searchresults.html?src=searchresults&latitu de=65.0500&longitude=25.4667",
147 "why": "#1 Alexa recreation" 147 "why": "#1 Alexa recreation"
148 }, 148 },
149 { 149 {
150 "url": "http://answers.yahoo.com/question/index?qid=20110117024343AAopj8f" , 150 "url": "http://answers.yahoo.com/question/index?qid=20110117024343AAopj8f" ,
151 "why": "#1 Alexa reference", 151 "why": "#1 Alexa reference",
152 "navigate_steps": [ 152 "navigate_steps": [
153 { "action": "navigate" }, 153 { "action": "navigate" },
154 { "action": "wait", "condition": "element", "text": "Other Answers (1 - 20 of 149)" }, 154 { "action": "wait", "condition": "element", "text": "Other Answers (1 - 20 of 149)" },
155 { "action": "click_element", "text": "Other Answers (1 - 20 of 149)" } 155 { "action": "javascript_click", "text": "Other Answers (1 - 20 of 149)" }
156 ] 156 ]
157 }, 157 },
158 { 158 {
159 "url": "http://sports.yahoo.com/", 159 "url": "http://sports.yahoo.com/",
160 "why": "#1 Alexa sports" 160 "why": "#1 Alexa sports"
161 }, 161 },
162 { 162 {
163 "url": "http://techcrunch.com", 163 "url": "http://techcrunch.com",
164 "why": "Top tech blog" 164 "why": "Top tech blog"
165 }, 165 },
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 ], 281 ],
282 "smoothness": { 282 "smoothness": {
283 "action": "scroll", 283 "action": "scroll",
284 "scroll_requires_touch": true, 284 "scroll_requires_touch": true,
285 "scrollable_element_function": "function(callback) { callback(document.g etElementById(':5')); }", 285 "scrollable_element_function": "function(callback) { callback(document.g etElementById(':5')); }",
286 "remaining_scroll_distance_function": "function() { return Math.max(0, 2 500 + document.getElementById(':h').getBoundingClientRect().top); }" 286 "remaining_scroll_distance_function": "function() { return Math.max(0, 2 500 + document.getElementById(':h').getBoundingClientRect().top); }"
287 } 287 }
288 } 288 }
289 ] 289 ]
290 } 290 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/indexeddb_offline.json ('k') | tools/perf/page_sets/key_silk_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698