| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "10 Pages chosen from Alexa top sites.", | 2 "description": "10 Pages chosen from Alexa top sites.", |
| 3 "archive_data_file": "../data/top_10.json", | 3 "archive_data_file": "data/top_10.json", |
| 4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "data/credentials.json", |
| 5 "user_agent_type": "desktop", | 5 "user_agent_type": "desktop", |
| 6 "smoothness": { "action": "scroll" }, | 6 "smoothness": { "action": "scroll" }, |
| 7 "pages": [ | 7 "pages": [ |
| 8 { | 8 { |
| 9 "url": "https://www.google.com/#hl=en&q=barack+obama", | 9 "url": "https://www.google.com/#hl=en&q=barack+obama", |
| 10 "why": "top google property; a google tab is often open", | 10 "why": "top google property; a google tab is often open", |
| 11 "navigate_steps" : [ | 11 "navigate_steps" : [ |
| 12 { "action": "navigate" }, | 12 { "action": "navigate" }, |
| 13 { "action": "wait", "condition": "element", "text": "Next" } | 13 { "action": "wait", "condition": "element", "text": "Next" } |
| 14 ] | 14 ] |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 { | 68 { |
| 69 "url": "http://www.bing.com/", | 69 "url": "http://www.bing.com/", |
| 70 "why": "#16 Alexa" | 70 "why": "#16 Alexa" |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 "url": "http://www.ask.com/", | 73 "url": "http://www.ask.com/", |
| 74 "why": "#20 Alexa" | 74 "why": "#20 Alexa" |
| 75 } | 75 } |
| 76 ] | 76 ] |
| 77 } | 77 } |
| OLD | NEW |