OLD | NEW |
(Empty) | |
| 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 "why": "Alternate between clicking posts and albums", |
| 10 "credentials": "google", |
| 11 "navigate_steps": [ |
| 12 { "action": "navigate" }, |
| 13 { "action": "wait", "condition": "element", "text": "Barack Obama" }, |
| 14 { "action": "wait", "condition": "element", "selector": "span[guidedhelp
id=\"posts_tab_profile\"][class*=\"s6U8x\"]" } |
| 15 ], |
| 16 "endure": [ |
| 17 { "action": "click_element", "selector": "span[guidedhelpid=\"posts_tab_
profile\"]" }, |
| 18 { "action": "wait", "condition": "element", "selector": "span[guidedhelp
id=\"posts_tab_profile\"][class*=\"s6U8x\"]" }, |
| 19 { "action": "wait", "seconds": 5 }, |
| 20 { "action": "click_element", "selector": "span[guidedhelpid=\"photos_tab
_profile\"]" }, |
| 21 { "action": "wait", "condition": "element", "selector": "span[guidedhelp
id=\"photos_tab_profile\"][class*=\"s6U8x\"]" }, |
| 22 { "action": "wait", "seconds": 5 } |
| 23 ] |
| 24 } |
| 25 ] |
| 26 } |
OLD | NEW |