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",
8 "url": "https://plus.google.com/+BarackObama/posts",
9 "name": "plus_alt_posts_photos",
10 "why": "Alternate between clicking posts and albums",
11 "credentials": "google",
13 { "action": "navigate" },
14 { "action": "wait", "condition": "element", "text": "Barack Obama" },
15 { "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"posts_tab_profile\"][class*=\"s6U8x\"]" }
18 { "action": "click_element", "selector": "span[guidedhelpid=\"posts_tab_profile\"]" },
19 { "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"posts_tab_profile\"][class*=\"s6U8x\"]" },
20 { "action": "wait", "seconds": 5 },
21 { "action": "click_element", "selector": "span[guidedhelpid=\"photos_tab_profile\"]" },
22 { "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"photos_tab_profile\"][class*=\"s6U8x\"]" },
23 { "action": "wait", "seconds": 5 }