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

Unified Diff: tools/perf/page_sets/indexeddb_offline.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, 10 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
Index: tools/perf/page_sets/indexeddb_offline.json
diff --git a/tools/perf/page_sets/indexeddb_offline.json b/tools/perf/page_sets/indexeddb_offline.json
index b3a60a0b7a57d24ded6ac247782d37491d9c42f8..0c349ae6864b4619d312cc55090de944c1963c72 100644
--- a/tools/perf/page_sets/indexeddb_offline.json
+++ b/tools/perf/page_sets/indexeddb_offline.json
@@ -12,11 +12,11 @@
],
"endure": [
{ "action": "wait", "condition": "element", "selector": "button[id=\"online\"]:not(disabled)" },
- { "action": "click_element", "selector": "button[id=\"online\"]:not(disabled)" },
+ { "action": "javascript_click", "selector": "button[id=\"online\"]:not(disabled)" },
{ "action": "wait", "condition": "element", "xpath": "id(\"state\")[text()=\"online\"]" },
{ "action": "wait", "seconds": 1 },
{ "action": "wait", "condition": "element", "selector": "button[id=\"offline\"]:not(disabled)" },
- { "action": "click_element", "selector": "button[id=\"offline\"]:not(disabled)" },
+ { "action": "javascript_click", "selector": "button[id=\"offline\"]:not(disabled)" },
{ "action": "wait", "condition": "element", "xpath": "id(\"state\")[text()=\"offline\"]" }
]
}
« no previous file with comments | « tools/perf/page_sets/gmail_expand_collapse_conversation.json ('k') | tools/perf/page_sets/key_mobile_sites.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698