Chromium Code Reviews| Index: tools/perf/page_sets/top_25_usage.json |
| diff --git a/tools/perf/page_sets/top_25_usage.json b/tools/perf/page_sets/top_25_usage.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4ebf6102281d0acafe78f5ee61c37fcb4b692f1e |
| --- /dev/null |
| +++ b/tools/perf/page_sets/top_25_usage.json |
| @@ -0,0 +1,28 @@ |
| +{ |
| + "description": "Pages for executing tests which not only load the pages, but also do some user actions.", |
| + "credentials_path": "../data/credentials.json", |
| + "archive_path": "../data/top_25_usage.wpr", |
| + "pages": [ |
| + { |
| + "name": "Facebook", |
| + "url": "http://www.facebook.com/barackobama", |
| + "why": "top social,Public profile", |
| + "credentials": "facebook", |
| + "scroll_is_infinite": true, |
| + "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://
|
| + { |
| + "type": "clickLink", |
| + "link_text": "Women for Obama" |
| + }, |
| + { |
| + "type": "clickLink", |
| + "link_text": "About" |
| + }, |
| + { |
| + "type": "clickLink", |
| + "link_text": "Home" |
| + } |
| + ] |
| + } |
| + ] |
| +} |