| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "description": "Pages for measuring Chrome power draw.", |
| 3 "archive_data_file": "data/tough_energy_cases.json", |
| 4 "credentials_path": "data/credentials.json", |
| 5 "pages": [ |
| 6 { "url": "file://tough_energy_cases/above-fold-animated-gif.html", |
| 7 "why": "Above the fold animated gif running in the background"}, |
| 8 { |
| 9 "url": "https://mail.google.com/mail/", |
| 10 "why": "productivity, top google properties", |
| 11 "credentials": "google", |
| 12 "navigate_steps" : [ |
| 13 { "action": "navigate" }, |
| 14 { "action": "wait", "javascript": "window.gmonkey !== undefined && docum
ent.getElementById('gb') !== null" } |
| 15 ] |
| 16 }, |
| 17 { "url": "file://tough_energy_cases/below-fold-animated-gif.html", |
| 18 "why": "Below the fold animated gif" }, |
| 19 { "url": "file://tough_energy_cases/below-fold-flash.html", |
| 20 "why": "Below the fold flash animation" } |
| 21 ] |
| 22 } |
| OLD | NEW |