Home | History | Annotate | Download | only in page_sets
      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       "wait_for_element_with_text": "Next"
     12     },
     13     {
     14       "url": "https://mail.google.com/mail/",
     15       "why": "productivity, top google properties",
     16       "credentials": "google",
     17       "wait_for_javascript_expression": "window.gmonkey !== undefined && document.getElementById('gb') !== null"
     18     },
     19     {
     20       "url": "https://www.google.com/calendar/",
     21       "why": "productivity, top google properties",
     22       "credentials": "google",
     23       "wait_for_element_with_selector": "div[class~=\"navForward\"]",
     24       "post_navigate_javascript_to_execute": "(function() { var elem = document.createElement('meta');elem.name='viewport';elem.content='initial-scale=1';document.body.appendChild(elem); })();",
     25       "wait_seconds": 2
     26     },
     27     {
     28       "url": "http://www.youtube.com",
     29       "why": "#3 (Alexa global)",
     30       "wait_seconds": 2,
     31       "credentials": "google"
     32     },
     33     {
     34       "name": "Facebook",
     35       "url": "http://www.facebook.com/barackobama",
     36       "why": "top social,Public profile",
     37       "credentials": "facebook",
     38       "wait_for_element_with_text": "About"
     39     },
     40     {
     41       "name": "Wikipedia (1 tab)",
     42       "url": "http://en.wikipedia.org/wiki/Wikipedia",
     43       "why": "#6 (Alexa) most visited worldwide,Picked an interesting page"
     44     },
     45     {
     46       "url": "http://www.amazon.com",
     47       "why": "#1 world commerce website by visits; #3 commerce in the US by time spent"
     48     },
     49     {
     50       "url": "http://www.yahoo.com/",
     51       "why": "#4 Alexa"
     52     },
     53     {
     54       "url": "http://www.bing.com/",
     55       "why": "#16 Alexa"
     56     },
     57     {
     58       "url": "http://www.ask.com/",
     59       "why": "#20 Alexa"
     60     }
     61   ]
     62 }
     63