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

Side by Side Diff: tools/perf/page_sets/plus_alt_posts_photos.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 Google Plus.",
3 "archive_data_file": "../data/plus_alt_posts_photos.json",
4 "credentials_path": "../data/credentials.json",
5 "user_agent_type": "desktop",
6 "pages": [
7 {
8 "url": "https://plus.google.com/+BarackObama/posts",
9 "why": "Alternate between clicking posts and albums",
10 "credentials": "google",
11 "navigate_steps": [
12 { "action": "navigate" },
13 { "action": "wait", "condition": "element", "text": "Barack Obama"},
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
edmundyan 2013/08/27 23:01:48 Done.
14 { "action": "wait", "condition": "element", "selector": "span[guidedhelp id=\"posts_tab_profile\"][class*=\"s6U8x\"]"}
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
15 ],
16 "endure": [
17 { "action": "click_element", "selector": "span[guidedhelpid=\"posts_tab_ profile\"]"},
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
18 { "action": "wait", "condition": "element", "selector": "span[guidedhelp id=\"posts_tab_profile\"][class*=\"s6U8x\"]"},
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
19 { "action": "wait", "condition": "duration", "seconds": 5 },
edmundyan 2013/08/26 21:31:55 Also a similar issue where we need a bit more time
20 { "action": "click_element", "selector": "span[guidedhelpid=\"photos_tab _profile\"]"},
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
21 { "action": "wait", "condition": "element", "selector": "span[guidedhelp id=\"photos_tab_profile\"][class*=\"s6U8x\"]"},
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
22 { "action": "wait", "condition": "duration", "seconds": 5 }
23 ]
24 }
25 ]
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698