Index: tools/perf/page_sets/polymer.py |
diff --git a/tools/perf/page_sets/polymer.py b/tools/perf/page_sets/polymer.py |
index bbab4d40d82760eceefdbbbd44946bae442672fa..744c2794ced4a48a9c3ffb882ed4588cdfdea872 100644 |
--- a/tools/perf/page_sets/polymer.py |
+++ b/tools/perf/page_sets/polymer.py |
@@ -53,7 +53,7 @@ class PolymerCalculatorPage(PolymerPage): |
self.SlidePanel(action_runner) |
def TapButton(self, action_runner): |
- with action_runner.CreateInteraction('Action_TapAction'): |
+ with action_runner.CreateInteraction('PolymerAnimation', repeatable=True): |
action_runner.TapElement(element_function=''' |
document.querySelector( |
'body /deep/ #outerPanels' |
@@ -72,7 +72,7 @@ class PolymerCalculatorPage(PolymerPage): |
return outer.opened || outer.wideMode; |
}());''') |
if not opened: |
- with action_runner.CreateInteraction('Action_SwipeAction'): |
+ with action_runner.CreateInteraction('PolymerAnimation', repeatable=True): |
action_runner.SwipeElement( |
left_start_ratio=0.1, top_start_ratio=0.2, |
direction='left', distance=300, speed_in_pixels_per_second=5000, |