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

Unified Diff: tools/perf/page_sets/plus_alt_posts_photos.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/pica.json ('k') | tools/perf/page_sets/top_25.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/plus_alt_posts_photos.json
diff --git a/tools/perf/page_sets/plus_alt_posts_photos.json b/tools/perf/page_sets/plus_alt_posts_photos.json
index b1b8e0719d1a47b6956b13d454303dc9bf39cbb9..a60cee0766239c676019b486170b5389e2954e5f 100644
--- a/tools/perf/page_sets/plus_alt_posts_photos.json
+++ b/tools/perf/page_sets/plus_alt_posts_photos.json
@@ -15,10 +15,10 @@
{ "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"posts_tab_profile\"][class*=\"s6U8x\"]" }
],
"endure": [
- { "action": "click_element", "selector": "span[guidedhelpid=\"posts_tab_profile\"]" },
+ { "action": "javascript_click", "selector": "span[guidedhelpid=\"posts_tab_profile\"]" },
{ "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"posts_tab_profile\"][class*=\"s6U8x\"]" },
{ "action": "wait", "seconds": 5 },
- { "action": "click_element", "selector": "span[guidedhelpid=\"photos_tab_profile\"]" },
+ { "action": "javascript_click", "selector": "span[guidedhelpid=\"photos_tab_profile\"]" },
{ "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"photos_tab_profile\"][class*=\"s6U8x\"]" },
{ "action": "wait", "seconds": 5 }
]
« no previous file with comments | « tools/perf/page_sets/pica.json ('k') | tools/perf/page_sets/top_25.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698