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 } |
+ ] |
+ } |
+ ] |
+} |