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

Side by Side Diff: tools/perf/page_sets/pica.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
OLDNEW
1 { 1 {
2 "description": "Pica demo app for the Polymer UI toolkit", 2 "description": "Pica demo app for the Polymer UI toolkit",
3 "archive_data_file": "data/pica.json", 3 "archive_data_file": "data/pica.json",
4 "pages": [ 4 "pages": [
5 { "url": "http://localhost/polymer/projects/pica/", 5 { "url": "http://localhost/polymer/projects/pica/",
6 "script_to_evaluate_on_commit": 6 "script_to_evaluate_on_commit":
7 "document.addEventListener('WebComponentsReady', function(){var unused = document.body.offsetHeight; window.__pica_load_time = performance.now(); setT imeout(function(){window.__web_components_ready=true}, 1000)})", 7 "document.addEventListener('WebComponentsReady', function(){var unused = document.body.offsetHeight; window.__pica_load_time = performance.now(); setT imeout(function(){window.__web_components_ready=true}, 1000)})",
8 "navigate_steps" : [ 8 "navigate_steps" : [
9 { "action": "navigate" }, 9 { "action": "navigate" },
10 { "action": "wait", "javascript": "window.__web_components_ready" } 10 { "action": "wait", "javascript": "window.__web_components_ready" }
11 ], 11 ]
12 "smoothness": {
13 "action": "tap_element",
14 "find_element_expression": "document.querySelector('pi-app').$.Topics.$. topics.$.container.querySelector('.item > .card')",
15 "wait_for_event": "polymer-pages-animation-end"
16 }
17 } 12 }
18 ] 13 ]
19 } 14 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/key_silk_cases.json ('k') | tools/perf/page_sets/plus_alt_posts_photos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698