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

Unified Diff: tools/perf/page_sets/gmail_expand_collapse_conversation.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/gmail_compose_discard.json ('k') | tools/perf/page_sets/indexeddb_offline.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/gmail_expand_collapse_conversation.json
diff --git a/tools/perf/page_sets/gmail_expand_collapse_conversation.json b/tools/perf/page_sets/gmail_expand_collapse_conversation.json
index ec92ceacda8cd5f19b9a49a388efae35f87631ce..bd49179f7735457ea541426f677a04f6547e2339 100644
--- a/tools/perf/page_sets/gmail_expand_collapse_conversation.json
+++ b/tools/perf/page_sets/gmail_expand_collapse_conversation.json
@@ -12,18 +12,18 @@
"navigate_steps": [
{ "action": "navigate" },
{ "action": "wait", "condition": "element", "selector": "img[alt=\"Expand all\"]" },
- { "action": "click_element", "selector": "img[alt=\"Expand all\"]" },
+ { "action": "javascript_click", "selector": "img[alt=\"Expand all\"]" },
{ "action": "wait", "seconds": 5 },
{ "action": "wait", "condition": "element", "selector": "img[alt=\"Collapse all\"]" },
- { "action": "click_element", "selector": "img[alt=\"Collapse all\"]" },
+ { "action": "javascript_click", "selector": "img[alt=\"Collapse all\"]" },
{ "action": "wait", "seconds": 1 }
],
"endure": [
{ "action": "wait", "condition": "element", "selector": "img[alt=\"Expand all\"]" },
- { "action": "click_element", "selector": "img[alt=\"Expand all\"]" },
+ { "action": "javascript_click", "selector": "img[alt=\"Expand all\"]" },
{ "action": "wait", "seconds": 1 },
{ "action": "wait", "condition": "element", "selector": "img[alt=\"Collapse all\"]" },
- { "action": "click_element", "selector": "img[alt=\"Collapse all\"]" },
+ { "action": "javascript_click", "selector": "img[alt=\"Collapse all\"]" },
{ "action": "wait", "seconds": 1 }
]
}
« no previous file with comments | « tools/perf/page_sets/gmail_compose_discard.json ('k') | tools/perf/page_sets/indexeddb_offline.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698