DescriptionChrome remote control multipage tests: Add interactions.
The page set .json description defines what kind of interactions (e.g., link
clicks) are possible for a page. The corresponding Web Page Replay .wpr file
must contain replies to the requests sent when the interaction is executed.
This will be used in memory tests (see
http://codereview.chromium.org/11273081/ ).
The top_25_usage.json is a proof of concept page set description adding a couple
of interactions. When it's more complete, the existing tests will be migrated to
use it.
Parts of the code are stolen from nduca@chromium.org (see
http://codereview.chromium.org/11114020/ ).
BUG=158323
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=166734
Patch Set 1 #Patch Set 2 : more robust dispatching (allow splitting interactions to separate files) #
Total comments: 8
Patch Set 3 : wip #Patch Set 4 : simplified quoting #Patch Set 5 : refactoring; add click_element.py, and js runner superclass for interactions. #
Total comments: 26
Patch Set 6 : code review & tests #
Total comments: 6
Patch Set 7 : code review & simplifications #Patch Set 8 : simpler. #
Total comments: 2
Patch Set 9 : Rebased #Patch Set 10 : code review (nduca) #Messages
Total messages: 15 (0 generated)
|