Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "description": "Pages for executing tests which not only load the pages, but also do some user actions.", | |
| 3 "credentials_path": "../data/credentials.json", | |
| 4 "archive_path": "../data/top_25_usage.wpr", | |
| 5 "pages": [ | |
| 6 { | |
| 7 "name": "Facebook", | |
| 8 "url": "http://www.facebook.com/barackobama", | |
| 9 "why": "top social,Public profile", | |
| 10 "credentials": "facebook", | |
| 11 "scroll_is_infinite": true, | |
| 12 "interactions": [ | |
|
tonyg
2012/11/06 00:28:20
What do you think about adding this to top_25.json
nduca
2012/11/06 05:03:27
Agreed, I think this is a must have--- top25 shoul
marja
2012/11/06 16:01:21
Merged this with the top_25.json. This means that
marja
2012/11/06 16:36:07
I simplified this to
"selector": "a[href=\"http://
| |
| 13 { | |
| 14 "type": "clickLink", | |
| 15 "link_text": "Women for Obama" | |
| 16 }, | |
| 17 { | |
| 18 "type": "clickLink", | |
| 19 "link_text": "About" | |
| 20 }, | |
| 21 { | |
| 22 "type": "clickLink", | |
| 23 "link_text": "Home" | |
| 24 } | |
| 25 ] | |
| 26 } | |
| 27 ] | |
| 28 } | |
| OLD | NEW |