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      "name": "plus_alt_posts_photos",
10      "why": "Alternate between clicking posts and albums",
11      "credentials": "google",
12      "navigate_steps": [
13        { "action": "navigate" },
14        { "action": "wait", "condition": "element", "text": "Barack Obama" },
15        { "action": "wait", "condition": "element", "selector": "span[guidedhelpid=\"posts_tab_profile\"][class*=\"s6U8x\"]" }
16      ],
17      "endure": [
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 }
24      ]
25    }
26  ]
27}
28