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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "description": "Chrome Endure test for Google Plus.", 2 "description": "Chrome Endure test for Google Plus.",
3 "archive_data_file": "data/plus_alt_posts_photos.json", 3 "archive_data_file": "data/plus_alt_posts_photos.json",
4 "credentials_path": "data/credentials.json", 4 "credentials_path": "data/credentials.json",
5 "user_agent_type": "desktop", 5 "user_agent_type": "desktop",
6 "pages": [ 6 "pages": [
7 { 7 {
8 "url": "https://plus.google.com/+BarackObama/posts", 8 "url": "https://plus.google.com/+BarackObama/posts",
9 "name": "plus_alt_posts_photos", 9 "name": "plus_alt_posts_photos",
10 "why": "Alternate between clicking posts and albums", 10 "why": "Alternate between clicking posts and albums",
11 "credentials": "google", 11 "credentials": "google",
12 "navigate_steps": [ 12 "navigate_steps": [
13 { "action": "navigate" }, 13 { "action": "navigate" },
14 { "action": "wait", "condition": "element", "text": "Barack Obama" }, 14 { "action": "wait", "condition": "element", "text": "Barack Obama" },
15 { "action": "wait", "condition": "element", "selector": "span[guidedhelp id=\"posts_tab_profile\"][class*=\"s6U8x\"]" } 15 { "action": "wait", "condition": "element", "selector": "span[guidedhelp id=\"posts_tab_profile\"][class*=\"s6U8x\"]" }
16 ], 16 ],
17 "endure": [ 17 "endure": [
18 { "action": "click_element", "selector": "span[guidedhelpid=\"posts_tab_ profile\"]" }, 18 { "action": "javascript_click", "selector": "span[guidedhelpid=\"posts_t ab_profile\"]" },
19 { "action": "wait", "condition": "element", "selector": "span[guidedhelp id=\"posts_tab_profile\"][class*=\"s6U8x\"]" }, 19 { "action": "wait", "condition": "element", "selector": "span[guidedhelp id=\"posts_tab_profile\"][class*=\"s6U8x\"]" },
20 { "action": "wait", "seconds": 5 }, 20 { "action": "wait", "seconds": 5 },
21 { "action": "click_element", "selector": "span[guidedhelpid=\"photos_tab _profile\"]" }, 21 { "action": "javascript_click", "selector": "span[guidedhelpid=\"photos_ tab_profile\"]" },
22 { "action": "wait", "condition": "element", "selector": "span[guidedhelp id=\"photos_tab_profile\"][class*=\"s6U8x\"]" }, 22 { "action": "wait", "condition": "element", "selector": "span[guidedhelp id=\"photos_tab_profile\"][class*=\"s6U8x\"]" },
23 { "action": "wait", "seconds": 5 } 23 { "action": "wait", "seconds": 5 }
24 ] 24 ]
25 } 25 }
26 ] 26 ]
27 } 27 }
OLDNEW
« 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