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

Side by Side Diff: tools/perf/page_sets/gmail_expand_collapse_conversation.json

Issue 23465003: Adding pagesets for gmail and plus. Creating endure benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
OLDNEW
(Empty)
1 {
2 "description": "Chrome Endure test for GMail.",
3 "archive_data_file": "../data/gmail_expand_collapse_conversation.json",
4 "credentials_path": "../data/credentials.json",
5 "user_agent_type": "desktop",
6 "pages": [
7 {
8 "url": "https://mail.google.com/mail/u/0/#inbox/13c6a141fa95ffe0",
9 "why": "Expand and Collapse a long conversation. # TODO(edmundyan): Find a long conversation rather than hardcode url",
10 "credentials": "google",
11 "navigate_steps": [
12 { "action": "navigate" },
13 { "action": "wait", "condition": "element", "selector": "img[alt=\"Expan d all\"]" },
14 { "action": "click_element", "selector": "img[alt=\"Expand all\"]" },
15 { "action": "wait", "seconds": 5 },
16 { "action": "wait", "condition": "element", "selector": "img[alt=\"Colla pse all\"]" },
17 { "action": "click_element", "selector": "img[alt=\"Collapse all\"]" },
18 { "action": "wait", "seconds": 1 }
19 ],
20 "endure": [
21 { "action": "wait", "condition": "element", "selector": "img[alt=\"Expan d all\"]" },
22 { "action": "click_element", "selector": "img[alt=\"Expand all\"]" },
23 { "action": "wait", "seconds": 1 },
24 { "action": "wait", "condition": "element", "selector": "img[alt=\"Colla pse all\"]" },
25 { "action": "click_element", "selector": "img[alt=\"Collapse all\"]" },
26 { "action": "wait", "seconds": 1 }
27 ]
28 }
29 ]
30 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/gmail_alt_two_labels.json ('k') | tools/perf/page_sets/plus_alt_posts_photos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698