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..6c0088a2438319bb42544eba64ea132ed0270751 |
| --- /dev/null |
| +++ b/tools/perf/page_sets/top_25_usage.json |
| @@ -0,0 +1,31 @@ |
| +{ |
|
tonyg
2012/11/02 18:57:34
What do you have planned here? Can we add the inte
marja
2012/11/05 14:43:25
If I do that, I also need to recreate the .wpr fil
|
| + "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": [ |
| + { |
| + "type": "TestHelper", |
| + "code": "window.__ClickLinkWithText(\"Women for Obama\");", |
| + "completion": "window.__ReadyStateComplete()" |
|
tonyg
2012/11/02 18:57:34
How many interactions do you have planned? If it's
marja
2012/11/05 14:43:25
Done. In the latest version, I'm just passing the
marja
2012/11/05 15:14:48
Oops, I forgot to add that I don't have a clear vi
marja
2012/11/05 15:26:44
I updated the interaction CL. Now I dispatch "clic
|
| + }, |
| + { |
| + "type": "TestHelper", |
| + "code": "window.__ClickLinkWithText(\"About\");", |
| + "completion": "window.__ReadyStateComplete()" |
| + }, |
| + { |
| + "type": "TestHelper", |
| + "code": "window.__ClickLinkWithText(\"Home\");", |
| + "completion": "window.__ReadyStateComplete()" |
| + } |
| + ] |
| + } |
| + ] |
| +} |