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

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
« no previous file with comments | « tools/perf/page_sets/gmail_expand_collapse_conversation.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8a5727ff3b1c2d90e61d594a6053b9fab0e67d3f
--- /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" },
+ { "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"posts_tab_profile\"][class*=\"s6U8x\"]" }
+ ],
+ "endure": [
+ { "action": "click_element", "selector": "span[guidedhelpid=\"posts_tab_profile\"]" },
+ { "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"posts_tab_profile\"][class*=\"s6U8x\"]" },
+ { "action": "wait", "seconds": 5 },
+ { "action": "click_element", "selector": "span[guidedhelpid=\"photos_tab_profile\"]" },
+ { "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"photos_tab_profile\"][class*=\"s6U8x\"]" },
+ { "action": "wait", "seconds": 5 }
+ ]
+ }
+ ]
+}
« no previous file with comments | « tools/perf/page_sets/gmail_expand_collapse_conversation.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698