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

Unified Diff: tools/perf/page_sets/browser_control_click.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 | « no previous file | tools/perf/page_sets/calendar_forward_backward.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/browser_control_click.json
diff --git a/tools/perf/page_sets/browser_control_click.json b/tools/perf/page_sets/browser_control_click.json
index 3e513e09a51d61eec2cb6bace4c6f05a4e714fbb..845ded65320128cb79b38301d000c0350c7f91de 100644
--- a/tools/perf/page_sets/browser_control_click.json
+++ b/tools/perf/page_sets/browser_control_click.json
@@ -11,9 +11,9 @@
{ "action": "wait", "condition": "element", "xpath": "id(\"attach\")" }
],
"endure": [
- { "action": "click_element", "xpath": "id(\"attach\")" },
+ { "action": "javascript_click", "xpath": "id(\"attach\")" },
{ "action": "wait", "seconds": 0.5 },
- { "action": "click_element", "xpath": "id(\"detach\")" },
+ { "action": "javascript_click", "xpath": "id(\"detach\")" },
{ "action": "wait", "seconds": 0.5 }
]
}
« no previous file with comments | « no previous file | tools/perf/page_sets/calendar_forward_backward.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698