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

Unified 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, 4 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/plus_alt_posts_photos.json
diff --git a/tools/perf/page_sets/plus_alt_posts_photos.json b/tools/perf/page_sets/plus_alt_posts_photos.json
new file mode 100644
index 0000000000000000000000000000000000000000..28abff518a76cd9045117b64b610cc7df789a6cf
--- /dev/null
+++ b/tools/perf/page_sets/plus_alt_posts_photos.json
@@ -0,0 +1,26 @@
+{
+ "description": "Chrome Endure test for Google Plus.",
+ "archive_data_file": "../data/plus_alt_posts_photos.json",
+ "credentials_path": "../data/credentials.json",
+ "user_agent_type": "desktop",
+ "pages": [
+ {
+ "url": "https://plus.google.com/+BarackObama/posts",
+ "why": "Alternate between clicking posts and albums",
+ "credentials": "google",
+ "navigate_steps": [
+ { "action": "navigate" },
+ { "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.
+ { "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"posts_tab_profile\"][class*=\"s6U8x\"]"}
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
+ ],
+ "endure": [
+ { "action": "click_element", "selector": "span[guidedhelpid=\"posts_tab_profile\"]"},
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
+ { "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"posts_tab_profile\"][class*=\"s6U8x\"]"},
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
+ { "action": "wait", "condition": "duration", "seconds": 5 },
edmundyan 2013/08/26 21:31:55 Also a similar issue where we need a bit more time
+ { "action": "click_element", "selector": "span[guidedhelpid=\"photos_tab_profile\"]"},
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
+ { "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"photos_tab_profile\"][class*=\"s6U8x\"]"},
dennis_jeffrey 2013/08/27 20:02:35 add space before the closing }
+ { "action": "wait", "condition": "duration", "seconds": 5 }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698