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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/perf/page_sets/calendar_forward_backward.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "description": "Chrome Endure control test for the browser.", 2 "description": "Chrome Endure control test for the browser.",
3 "user_agent_type": "desktop", 3 "user_agent_type": "desktop",
4 "pages": [ 4 "pages": [
5 { 5 {
6 "url": "file://endure/browser_control_click.html", 6 "url": "file://endure/browser_control_click.html",
7 "name": "browser_control_click", 7 "name": "browser_control_click",
8 "why": "Use a JavaScript .click() call to attach and detach a DOM tree fro m a basic document.", 8 "why": "Use a JavaScript .click() call to attach and detach a DOM tree fro m a basic document.",
9 "navigate_steps": [ 9 "navigate_steps": [
10 { "action": "navigate" }, 10 { "action": "navigate" },
11 { "action": "wait", "condition": "element", "xpath": "id(\"attach\")" } 11 { "action": "wait", "condition": "element", "xpath": "id(\"attach\")" }
12 ], 12 ],
13 "endure": [ 13 "endure": [
14 { "action": "click_element", "xpath": "id(\"attach\")" }, 14 { "action": "javascript_click", "xpath": "id(\"attach\")" },
15 { "action": "wait", "seconds": 0.5 }, 15 { "action": "wait", "seconds": 0.5 },
16 { "action": "click_element", "xpath": "id(\"detach\")" }, 16 { "action": "javascript_click", "xpath": "id(\"detach\")" },
17 { "action": "wait", "seconds": 0.5 } 17 { "action": "wait", "seconds": 0.5 }
18 ] 18 ]
19 } 19 }
20 ] 20 ]
21 } 21 }
OLDNEW
« 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