1 { 2 "description": "10 Pages chosen from Alexa top sites.", 3 "archive_data_file": "data/top_10.json", 4 "credentials_path": "data/credentials.json", 5 "user_agent_type": "desktop", 6 "smoothness": { "action": "scroll" }, 7 "pages": [ 8 { 9 "url": "https://www.google.com/#hl=en&q=barack+obama", 10 "why": "top google property; a google tab is often open", 11 "navigate_steps" : [ 12 { "action": "navigate" }, 13 { "action": "wait", "condition": "element", "text": "Next" } 14 ] 15 }, 16 { 17 "url": "https://mail.google.com/mail/", 18 "why": "productivity, top google properties", 19 "credentials": "google", 20 "navigate_steps" : [ 21 { "action": "navigate" }, 22 { "action": "wait", "javascript": "window.gmonkey !== undefined && document.getElementById('gb') !== null" } 23 ] 24 }, 25 { 26 "url": "https://www.google.com/calendar/", 27 "why": "productivity, top google properties", 28 "credentials": "google", 29 "navigate_steps" : [ 30 { "action": "navigate" }, 31 { "action": "javascript", "expression": "(function() { var elem = document.createElement('meta');elem.name='viewport';elem.content='initial-scale=1';document.body.appendChild(elem); })();" }, 32 { "action": "wait", "seconds": 2 }, 33 { "action": "wait", "condition": "element", "selector": "div[class~=\"navForward\"]" } 34 ] 35 }, 36 { 37 "url": "http://www.youtube.com", 38 "why": "#3 (Alexa global)", 39 "navigate_steps" : [ 40 { "action": "navigate" }, 41 { "action": "wait", "seconds": 2 } 42 ], 43 "credentials": "google" 44 }, 45 { 46 "name": "Facebook", 47 "url": "http://www.facebook.com/barackobama", 48 "why": "top social,Public profile", 49 "credentials": "facebook", 50 "navigate_steps" : [ 51 { "action": "navigate" }, 52 { "action": "wait", "condition": "element", "text": "About" } 53 ] 54 }, 55 { 56 "name": "Wikipedia (1 tab)", 57 "url": "http://en.wikipedia.org/wiki/Wikipedia", 58 "why": "#6 (Alexa) most visited worldwide,Picked an interesting page" 59 }, 60 { 61 "url": "http://www.amazon.com", 62 "why": "#1 world commerce website by visits; #3 commerce in the US by time spent" 63 }, 64 { 65 "url": "http://www.yahoo.com/", 66 "why": "#4 Alexa" 67 }, 68 { 69 "url": "http://www.bing.com/", 70 "why": "#16 Alexa" 71 }, 72 { 73 "url": "http://www.ask.com/", 74 "why": "#20 Alexa" 75 } 76 ] 77 } 78