Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: tools/perf/page_sets/top_25_usage.json

Issue 11369075: Chrome remote control multipage tests: Add interactions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more robust dispatching (allow splitting interactions to separate files) Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698