| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "Pages hand-picked for 2012 CrOS scrolling tuning efforts.", | 2 "description": "Pages hand-picked for 2012 CrOS scrolling tuning efforts.", |
| 3 "archive_path": "../data/top_25.wpr", | 3 "archive_path": "../data/top_25.wpr", |
| 4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "../data/credentials.json", |
| 5 "user_agent_type": "desktop", | 5 "user_agent_type": "desktop", |
| 6 "pages": [ | 6 "pages": [ |
| 7 { | 7 { |
| 8 "url": "https://www.google.com/#hl=en&q=barack+obama", | 8 "url": "https://www.google.com/#hl=en&q=barack+obama", |
| 9 "why": "top google property; a google tab is often open", | 9 "why": "top google property; a google tab is often open", |
| 10 "scrolling": { | 10 "smoothness": { |
| 11 "action": "scrolling_interaction" | 11 "action": "scrolling_interaction" |
| 12 }, | 12 }, |
| 13 "wait_for_element_with_text": "Next", | 13 "wait_for_element_with_text": "Next", |
| 14 "stress_memory": { | 14 "stress_memory": { |
| 15 "action": "compound_interaction", | 15 "action": "compound_interaction", |
| 16 "actions": [ | 16 "actions": [ |
| 17 { | 17 { |
| 18 "action": "scrolling_interaction" | 18 "action": "scrolling_interaction" |
| 19 }, | 19 }, |
| 20 { | 20 { |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "wait_for_element_with_text": "Images" | 78 "wait_for_element_with_text": "Images" |
| 79 } | 79 } |
| 80 ] | 80 ] |
| 81 } | 81 } |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "url": "https://mail.google.com/mail/", | 84 "url": "https://mail.google.com/mail/", |
| 85 "why": "productivity, top google properties", | 85 "why": "productivity, top google properties", |
| 86 "credentials": "google", | 86 "credentials": "google", |
| 87 "wait_for_javascript_expression": "window.gmonkey !== undefined && d
ocument.getElementById('gb') !== null", | 87 "wait_for_javascript_expression": "window.gmonkey !== undefined && d
ocument.getElementById('gb') !== null", |
| 88 "scrolling": { | 88 "smoothness": { |
| 89 "action": "scrolling_interaction", | 89 "action": "scrolling_interaction", |
| 90 "scrollable_element_function": "function(callback) { gmonkey.loa
d('2.0', function(api) { callback(api.getScrollableElement()); }); }" | 90 "scrollable_element_function": "function(callback) { gmonkey.loa
d('2.0', function(api) { callback(api.getScrollableElement()); }); }" |
| 91 }, | 91 }, |
| 92 "stress_memory": { | 92 "stress_memory": { |
| 93 "action": "compound_interaction", | 93 "action": "compound_interaction", |
| 94 "actions": [ | 94 "actions": [ |
| 95 { | 95 { |
| 96 "action": "click_element_interaction", | 96 "action": "click_element_interaction", |
| 97 "selector": "a[href=\"https://mail.google.com/mail/u/0/?
shva=1#starred\"]", | 97 "selector": "a[href=\"https://mail.google.com/mail/u/0/?
shva=1#starred\"]", |
| 98 "wait_for_href_change": true | 98 "wait_for_href_change": true |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "action": "click_element_interaction", | 101 "action": "click_element_interaction", |
| 102 "selector": "a[href=\"https://mail.google.com/mail/u/0/?
shva=1#inbox\"]", | 102 "selector": "a[href=\"https://mail.google.com/mail/u/0/?
shva=1#inbox\"]", |
| 103 "wait_for_href_change": true | 103 "wait_for_href_change": true |
| 104 } | 104 } |
| 105 ] | 105 ] |
| 106 } | 106 } |
| 107 }, | 107 }, |
| 108 { | 108 { |
| 109 "url": "https://www.google.com/calendar/", | 109 "url": "https://www.google.com/calendar/", |
| 110 "why": "productivity, top google properties", | 110 "why": "productivity, top google properties", |
| 111 "credentials": "google", | 111 "credentials": "google", |
| 112 "wait_for_element_with_selector": "div[class~=\"navForward\"]", | 112 "wait_for_element_with_selector": "div[class~=\"navForward\"]", |
| 113 "scrolling": { | 113 "smoothness": { |
| 114 "action": "scrolling_interaction", | 114 "action": "scrolling_interaction", |
| 115 "scrollable_element_function": "function(callback) { callback(do
cument.getElementById('scrolltimedeventswk')); }" | 115 "scrollable_element_function": "function(callback) { callback(do
cument.getElementById('scrolltimedeventswk')); }" |
| 116 }, | 116 }, |
| 117 "stress_memory": { | 117 "stress_memory": { |
| 118 "action": "compound_interaction", | 118 "action": "compound_interaction", |
| 119 "actions": [ | 119 "actions": [ |
| 120 { | 120 { |
| 121 "action": "click_element_interaction", | 121 "action": "click_element_interaction", |
| 122 "selector": "div[class~=\"navForward\"]", | 122 "selector": "div[class~=\"navForward\"]", |
| 123 "wait_for_seconds": 2, | 123 "wait_for_seconds": 2, |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "wait_for_element_with_selector": "div[class~=\"navBack\
"]" | 166 "wait_for_element_with_selector": "div[class~=\"navBack\
"]" |
| 167 } | 167 } |
| 168 ] | 168 ] |
| 169 } | 169 } |
| 170 }, | 170 }, |
| 171 { | 171 { |
| 172 "url": "https://drive.google.com", | 172 "url": "https://drive.google.com", |
| 173 "why": "productivity, top google properties", | 173 "why": "productivity, top google properties", |
| 174 "credentials": "google", | 174 "credentials": "google", |
| 175 "wait_for_javascript_expression": "document.getElementsByClassName('
doclistview-list').length", | 175 "wait_for_javascript_expression": "document.getElementsByClassName('
doclistview-list').length", |
| 176 "scrolling": { | 176 "smoothness": { |
| 177 "action": "scrolling_interaction", | 177 "action": "scrolling_interaction", |
| 178 "scrollable_element_function": "function(callback) { callback(do
cument.getElementsByClassName('doclistview-list')[0]); }" | 178 "scrollable_element_function": "function(callback) { callback(do
cument.getElementsByClassName('doclistview-list')[0]); }" |
| 179 } | 179 } |
| 180 }, | 180 }, |
| 181 { | 181 { |
| 182 "name": "Docs (1 open document tab)", | 182 "name": "Docs (1 open document tab)", |
| 183 "url": "https://docs.google.com/document/d/1X-IKNjtEnx-WW5JIKRLsyhz5
sbsat3mfTpAPUSX3_s4/view", | 183 "url": "https://docs.google.com/document/d/1X-IKNjtEnx-WW5JIKRLsyhz5
sbsat3mfTpAPUSX3_s4/view", |
| 184 "why": "productivity, top google properties; Sample doc in the link"
, | 184 "why": "productivity, top google properties; Sample doc in the link"
, |
| 185 "credentials": "google", | 185 "credentials": "google", |
| 186 "wait_for_javascript_expression": "document.getElementsByClassName('
kix-appview-editor').length", | 186 "wait_for_javascript_expression": "document.getElementsByClassName('
kix-appview-editor').length", |
| 187 "scrolling": { | 187 "smoothness": { |
| 188 "action": "scrolling_interaction", | 188 "action": "scrolling_interaction", |
| 189 "scrollable_element_function": "function(callback) { callback(do
cument.getElementsByClassName('kix-appview-editor')[0]); }" | 189 "scrollable_element_function": "function(callback) { callback(do
cument.getElementsByClassName('kix-appview-editor')[0]); }" |
| 190 } | 190 } |
| 191 }, | 191 }, |
| 192 { | 192 { |
| 193 "url": "https://plus.google.com/110031535020051778989/posts", | 193 "url": "https://plus.google.com/110031535020051778989/posts", |
| 194 "why": "social; top google property; Public profile; infinite scroll
s", | 194 "why": "social; top google property; Public profile; infinite scroll
s", |
| 195 "credentials": "google", | 195 "credentials": "google", |
| 196 "wait_for_element_with_text": "Home", | 196 "wait_for_element_with_text": "Home", |
| 197 "scrolling": { | 197 "smoothness": { |
| 198 "action": "scrolling_interaction", | 198 "action": "scrolling_interaction", |
| 199 "scroll_is_infinite": true | 199 "scroll_is_infinite": true |
| 200 }, | 200 }, |
| 201 "stress_memory": { | 201 "stress_memory": { |
| 202 "action": "compound_interaction", | 202 "action": "compound_interaction", |
| 203 "actions": [ | 203 "actions": [ |
| 204 { | 204 { |
| 205 "action": "click_element_interaction", | 205 "action": "click_element_interaction", |
| 206 "text": "Home", | 206 "text": "Home", |
| 207 "wait_seconds": 2, | 207 "wait_seconds": 2, |
| (...skipping 23 matching lines...) Expand all Loading... |
| 231 "wait_seconds": 2, | 231 "wait_seconds": 2, |
| 232 "wait_for_element_with_text": "Home" | 232 "wait_for_element_with_text": "Home" |
| 233 } | 233 } |
| 234 ] | 234 ] |
| 235 } | 235 } |
| 236 }, | 236 }, |
| 237 { | 237 { |
| 238 "url": "http://www.youtube.com", | 238 "url": "http://www.youtube.com", |
| 239 "why": "#3 (Alexa global)", | 239 "why": "#3 (Alexa global)", |
| 240 "credentials": "google", | 240 "credentials": "google", |
| 241 "scrolling": { | 241 "smoothness": { |
| 242 "action": "scrolling_interaction" | 242 "action": "scrolling_interaction" |
| 243 } | 243 } |
| 244 }, | 244 }, |
| 245 { | 245 { |
| 246 "name": "Blogger", | 246 "name": "Blogger", |
| 247 "url": "http://googlewebmastercentral.blogspot.com/", | 247 "url": "http://googlewebmastercentral.blogspot.com/", |
| 248 "why": "#11 (Alexa global), google property; some blogger layouts ha
ve infinite scroll but more interesting", | 248 "why": "#11 (Alexa global), google property; some blogger layouts ha
ve infinite scroll but more interesting", |
| 249 "wait_for_element_with_text": "accessibility", | 249 "wait_for_element_with_text": "accessibility", |
| 250 "scrolling": { | 250 "smoothness": { |
| 251 "action": "scrolling_interaction" | 251 "action": "scrolling_interaction" |
| 252 }, | 252 }, |
| 253 "stress_memory": { | 253 "stress_memory": { |
| 254 "action": "compound_interaction", | 254 "action": "compound_interaction", |
| 255 "actions": [ | 255 "actions": [ |
| 256 { | 256 { |
| 257 "action": "click_element_interaction", | 257 "action": "click_element_interaction", |
| 258 "text": "accessibility", | 258 "text": "accessibility", |
| 259 "wait_for_navigate": true, | 259 "wait_for_navigate": true, |
| 260 "wait_for_element_with_text": "advanced" | 260 "wait_for_element_with_text": "advanced" |
| (...skipping 26 matching lines...) Expand all Loading... |
| 287 "wait_for_element_with_text": "Home" | 287 "wait_for_element_with_text": "Home" |
| 288 } | 288 } |
| 289 ] | 289 ] |
| 290 } | 290 } |
| 291 }, | 291 }, |
| 292 { | 292 { |
| 293 "name": "Wordpress", | 293 "name": "Wordpress", |
| 294 "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-edit
ors-picks-for-august-2012/", | 294 "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-edit
ors-picks-for-august-2012/", |
| 295 "why": "#18 (Alexa global), Picked an interesting post", | 295 "why": "#18 (Alexa global), Picked an interesting post", |
| 296 "wait_for_element_with_selector": "a[href=\"http://en.blog.wordpress
.com/2012/08/30/new-themes-able-and-sight/\"]", | 296 "wait_for_element_with_selector": "a[href=\"http://en.blog.wordpress
.com/2012/08/30/new-themes-able-and-sight/\"]", |
| 297 "scrolling": { | 297 "smoothness": { |
| 298 "action": "scrolling_interaction" | 298 "action": "scrolling_interaction" |
| 299 }, | 299 }, |
| 300 "stress_memory": { | 300 "stress_memory": { |
| 301 "action": "compound_interaction", | 301 "action": "compound_interaction", |
| 302 "actions": [ | 302 "actions": [ |
| 303 { | 303 { |
| 304 "action": "scrolling_interaction" | 304 "action": "scrolling_interaction" |
| 305 }, | 305 }, |
| 306 { | 306 { |
| 307 "action": "click_element_interaction", | 307 "action": "click_element_interaction", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 332 } | 332 } |
| 333 ] | 333 ] |
| 334 } | 334 } |
| 335 }, | 335 }, |
| 336 { | 336 { |
| 337 "name": "Facebook", | 337 "name": "Facebook", |
| 338 "url": "http://www.facebook.com/barackobama", | 338 "url": "http://www.facebook.com/barackobama", |
| 339 "why": "top social,Public profile", | 339 "why": "top social,Public profile", |
| 340 "credentials": "facebook", | 340 "credentials": "facebook", |
| 341 "wait_for_element_with_text": "About", | 341 "wait_for_element_with_text": "About", |
| 342 "scrolling": { | 342 "smoothness": { |
| 343 "action": "scrolling_interaction", | 343 "action": "scrolling_interaction", |
| 344 "scroll_is_infinite": true | 344 "scroll_is_infinite": true |
| 345 }, | 345 }, |
| 346 "stress_memory": { | 346 "stress_memory": { |
| 347 "action": "compound_interaction", | 347 "action": "compound_interaction", |
| 348 "actions": [ | 348 "actions": [ |
| 349 { | 349 { |
| 350 "action": "click_element_interaction", | 350 "action": "click_element_interaction", |
| 351 "text": "About", | 351 "text": "About", |
| 352 "wait_for_navigate": true, | 352 "wait_for_navigate": true, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 382 "wait_for_navigate": true, | 382 "wait_for_navigate": true, |
| 383 "wait_for_element_with_text": "Home" | 383 "wait_for_element_with_text": "Home" |
| 384 } | 384 } |
| 385 ] | 385 ] |
| 386 } | 386 } |
| 387 }, | 387 }, |
| 388 { | 388 { |
| 389 "name": "LinkedIn", | 389 "name": "LinkedIn", |
| 390 "url": "http://www.linkedin.com/in/linustorvalds", | 390 "url": "http://www.linkedin.com/in/linustorvalds", |
| 391 "why": "#12 (Alexa global),Public profile", | 391 "why": "#12 (Alexa global),Public profile", |
| 392 "scrolling": { | 392 "smoothness": { |
| 393 "action": "scrolling_interaction" | 393 "action": "scrolling_interaction" |
| 394 } | 394 } |
| 395 }, | 395 }, |
| 396 { | 396 { |
| 397 "name": "Wikipedia (1 tab)", | 397 "name": "Wikipedia (1 tab)", |
| 398 "url": "http://en.wikipedia.org/wiki/Wikipedia", | 398 "url": "http://en.wikipedia.org/wiki/Wikipedia", |
| 399 "why": "#6 (Alexa) most visited worldwide,Picked an interesting page
", | 399 "why": "#6 (Alexa) most visited worldwide,Picked an interesting page
", |
| 400 "scrolling": { | 400 "smoothness": { |
| 401 "action": "scrolling_interaction" | 401 "action": "scrolling_interaction" |
| 402 } | 402 } |
| 403 }, | 403 }, |
| 404 { | 404 { |
| 405 "name": "Twitter", | 405 "name": "Twitter", |
| 406 "url": "http://twitter.com/katyperry", | 406 "url": "http://twitter.com/katyperry", |
| 407 "why": "#8 (Alexa global),Picked an interesting page", | 407 "why": "#8 (Alexa global),Picked an interesting page", |
| 408 "scrolling": { | 408 "smoothness": { |
| 409 "action": "scrolling_interaction", | 409 "action": "scrolling_interaction", |
| 410 "scroll_is_infinite": true | 410 "scroll_is_infinite": true |
| 411 } | 411 } |
| 412 }, | 412 }, |
| 413 { | 413 { |
| 414 "name": "Pinterest", | 414 "name": "Pinterest", |
| 415 "url": "http://pinterest.com", | 415 "url": "http://pinterest.com", |
| 416 "why": "#37 (Alexa global)", | 416 "why": "#37 (Alexa global)", |
| 417 "scrolling": { | 417 "smoothness": { |
| 418 "action": "scrolling_interaction", | 418 "action": "scrolling_interaction", |
| 419 "scroll_is_infinite": true | 419 "scroll_is_infinite": true |
| 420 } | 420 } |
| 421 }, | 421 }, |
| 422 { | 422 { |
| 423 "name": "ESPN", | 423 "name": "ESPN", |
| 424 "url": "http://espn.go.com", | 424 "url": "http://espn.go.com", |
| 425 "why": "#1 sports", | 425 "why": "#1 sports", |
| 426 "scrolling": { | 426 "smoothness": { |
| 427 "action": "scrolling_interaction" | 427 "action": "scrolling_interaction" |
| 428 } | 428 } |
| 429 }, | 429 }, |
| 430 { | 430 { |
| 431 "url": "http://news.yahoo.com", | 431 "url": "http://news.yahoo.com", |
| 432 "why": "#1 news worldwide (Alexa global)", | 432 "why": "#1 news worldwide (Alexa global)", |
| 433 "scrolling": { | 433 "smoothness": { |
| 434 "action": "scrolling_interaction" | 434 "action": "scrolling_interaction" |
| 435 } | 435 } |
| 436 }, | 436 }, |
| 437 { | 437 { |
| 438 "url": "http://www.cnn.com", | 438 "url": "http://www.cnn.com", |
| 439 "why": "#2 news worldwide", | 439 "why": "#2 news worldwide", |
| 440 "scrolling": { | 440 "smoothness": { |
| 441 "action": "scrolling_interaction" | 441 "action": "scrolling_interaction" |
| 442 } | 442 } |
| 443 }, | 443 }, |
| 444 { | 444 { |
| 445 "name": "Weather.com", | 445 "name": "Weather.com", |
| 446 "url": "http://www.weather.com/weather/right-now/Mountain+View+CA+94
043", | 446 "url": "http://www.weather.com/weather/right-now/Mountain+View+CA+94
043", |
| 447 "why": "#7 (Alexa news); #27 total time spent,Picked interesting pag
e", | 447 "why": "#7 (Alexa news); #27 total time spent,Picked interesting pag
e", |
| 448 "scrolling": { | 448 "smoothness": { |
| 449 "action": "scrolling_interaction" | 449 "action": "scrolling_interaction" |
| 450 } | 450 } |
| 451 }, | 451 }, |
| 452 { | 452 { |
| 453 "url": "http://www.amazon.com", | 453 "url": "http://www.amazon.com", |
| 454 "why": "#1 world commerce website by visits; #3 commerce in the US b
y time spent", | 454 "why": "#1 world commerce website by visits; #3 commerce in the US b
y time spent", |
| 455 "scrolling": { | 455 "smoothness": { |
| 456 "action": "scrolling_interaction" | 456 "action": "scrolling_interaction" |
| 457 } | 457 } |
| 458 }, | 458 }, |
| 459 { | 459 { |
| 460 "url": "http://www.ebay.com", | 460 "url": "http://www.ebay.com", |
| 461 "why": "#1 commerce website by time spent by users in US", | 461 "why": "#1 commerce website by time spent by users in US", |
| 462 "scrolling": { | 462 "smoothness": { |
| 463 "action": "scrolling_interaction" | 463 "action": "scrolling_interaction" |
| 464 } | 464 } |
| 465 }, | 465 }, |
| 466 { | 466 { |
| 467 "url": "http://games.yahoo.com", | 467 "url": "http://games.yahoo.com", |
| 468 "why": "#1 games according to Alexa (with actual games in it)", | 468 "why": "#1 games according to Alexa (with actual games in it)", |
| 469 "scrolling": { | 469 "smoothness": { |
| 470 "action": "scrolling_interaction" | 470 "action": "scrolling_interaction" |
| 471 } | 471 } |
| 472 }, | 472 }, |
| 473 { | 473 { |
| 474 "url": "http://booking.com", | 474 "url": "http://booking.com", |
| 475 "why": "#1 Alexa recreation", | 475 "why": "#1 Alexa recreation", |
| 476 "scrolling": { | 476 "smoothness": { |
| 477 "action": "scrolling_interaction" | 477 "action": "scrolling_interaction" |
| 478 } | 478 } |
| 479 }, | 479 }, |
| 480 { | 480 { |
| 481 "url": "http://answers.yahoo.com", | 481 "url": "http://answers.yahoo.com", |
| 482 "why": "#1 Alexa reference", | 482 "why": "#1 Alexa reference", |
| 483 "scrolling": { | 483 "smoothness": { |
| 484 "action": "scrolling_interaction" | 484 "action": "scrolling_interaction" |
| 485 } | 485 } |
| 486 }, | 486 }, |
| 487 { | 487 { |
| 488 "url": "http://sports.yahoo.com/", | 488 "url": "http://sports.yahoo.com/", |
| 489 "why": "#1 Alexa sports", | 489 "why": "#1 Alexa sports", |
| 490 "scrolling": { | 490 "smoothness": { |
| 491 "action": "scrolling_interaction" | 491 "action": "scrolling_interaction" |
| 492 } | 492 } |
| 493 }, | 493 }, |
| 494 { | 494 { |
| 495 "url": "http://techcrunch.com", | 495 "url": "http://techcrunch.com", |
| 496 "why": "top tech blog", | 496 "why": "top tech blog", |
| 497 "scrolling": { | 497 "smoothness": { |
| 498 "action": "scrolling_interaction" | 498 "action": "scrolling_interaction" |
| 499 } | 499 } |
| 500 } | 500 } |
| 501 ] | 501 ] |
| 502 } | 502 } |
| OLD | NEW |