OLD | NEW |
1 { | 1 { |
2 "description": "Key mobile sites", | 2 "description": "Key mobile sites", |
3 "archive_data_file": "data/key_mobile_sites.json", | 3 "archive_data_file": "data/key_mobile_sites.json", |
4 "credentials_path": "data/credentials.json", | 4 "credentials_path": "data/credentials.json", |
5 "user_agent_type": "mobile", | 5 "user_agent_type": "mobile", |
6 "smoothness": { "action": "scroll" }, | 6 "smoothness": { "action": "scroll" }, |
7 "pages": [ | 7 "pages": [ |
8 { | 8 { |
9 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that
-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/
", | 9 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that
-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/
", |
10 "why": "crbug.com/242544" | 10 "why": "crbug.com/242544" |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 { | 145 { |
146 "url": "http://www.booking.com/searchresults.html?src=searchresults&latitu
de=65.0500&longitude=25.4667", | 146 "url": "http://www.booking.com/searchresults.html?src=searchresults&latitu
de=65.0500&longitude=25.4667", |
147 "why": "#1 Alexa recreation" | 147 "why": "#1 Alexa recreation" |
148 }, | 148 }, |
149 { | 149 { |
150 "url": "http://answers.yahoo.com/question/index?qid=20110117024343AAopj8f"
, | 150 "url": "http://answers.yahoo.com/question/index?qid=20110117024343AAopj8f"
, |
151 "why": "#1 Alexa reference", | 151 "why": "#1 Alexa reference", |
152 "navigate_steps": [ | 152 "navigate_steps": [ |
153 { "action": "navigate" }, | 153 { "action": "navigate" }, |
154 { "action": "wait", "condition": "element", "text": "Other Answers (1 -
20 of 149)" }, | 154 { "action": "wait", "condition": "element", "text": "Other Answers (1 -
20 of 149)" }, |
155 { "action": "click_element", "text": "Other Answers (1 - 20 of 149)" } | 155 { "action": "javascript_click", "text": "Other Answers (1 - 20 of 149)"
} |
156 ] | 156 ] |
157 }, | 157 }, |
158 { | 158 { |
159 "url": "http://sports.yahoo.com/", | 159 "url": "http://sports.yahoo.com/", |
160 "why": "#1 Alexa sports" | 160 "why": "#1 Alexa sports" |
161 }, | 161 }, |
162 { | 162 { |
163 "url": "http://techcrunch.com", | 163 "url": "http://techcrunch.com", |
164 "why": "Top tech blog" | 164 "why": "Top tech blog" |
165 }, | 165 }, |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 ], | 281 ], |
282 "smoothness": { | 282 "smoothness": { |
283 "action": "scroll", | 283 "action": "scroll", |
284 "scroll_requires_touch": true, | 284 "scroll_requires_touch": true, |
285 "scrollable_element_function": "function(callback) { callback(document.g
etElementById(':5')); }", | 285 "scrollable_element_function": "function(callback) { callback(document.g
etElementById(':5')); }", |
286 "remaining_scroll_distance_function": "function() { return Math.max(0, 2
500 + document.getElementById(':h').getBoundingClientRect().top); }" | 286 "remaining_scroll_distance_function": "function() { return Math.max(0, 2
500 + document.getElementById(':h').getBoundingClientRect().top); }" |
287 } | 287 } |
288 } | 288 } |
289 ] | 289 ] |
290 } | 290 } |
OLD | NEW |