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

Unified Diff: tools/perf/page_sets/tough_pinch_zoom_cases.py

Issue 826113003: [Telemetry] Rename RunSmoothness to RunPageInteractions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « tools/perf/page_sets/tough_layout_cases.py ('k') | tools/perf/page_sets/tough_scheduling_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_pinch_zoom_cases.py
diff --git a/tools/perf/page_sets/tough_pinch_zoom_cases.py b/tools/perf/page_sets/tough_pinch_zoom_cases.py
index a3ff30e33d14e4dfc59a84335933293d83fcef4b..ee0d55746ccdc3251c42f9a9f74cca88ef63f0d4 100644
--- a/tools/perf/page_sets/tough_pinch_zoom_cases.py
+++ b/tools/perf/page_sets/tough_pinch_zoom_cases.py
@@ -14,7 +14,7 @@ class ToughPinchZoomCasesPage(page_module.Page):
self.user_agent_type = 'desktop'
self.archive_data_file = 'data/tough_pinch_zoom_cases.json'
- def RunSmoothness(self, action_runner):
+ def RunPageInteractions(self, action_runner):
interaction = action_runner.BeginGestureInteraction(
'PinchAction', is_smooth=True)
action_runner.PinchPage()
@@ -68,7 +68,7 @@ class GoogleCalendarPage(ToughPinchZoomCasesPage):
action_runner.NavigateToPage(self)
action_runner.Wait(2)
- def RunSmoothness(self, action_runner):
+ def RunPageInteractions(self, action_runner):
interaction = action_runner.BeginGestureInteraction(
'PinchAction', is_smooth=True)
action_runner.PinchPage(left_anchor_ratio=0.1, top_anchor_ratio=0.3)
@@ -102,7 +102,7 @@ class GooglePlusPage(ToughPinchZoomCasesPage):
action_runner.NavigateToPage(self)
action_runner.WaitForElement(text='Home')
- def RunSmoothness(self, action_runner):
+ def RunPageInteractions(self, action_runner):
interaction = action_runner.BeginGestureInteraction(
'PinchAction', is_smooth=True)
action_runner.PinchElement(selector='[id="110031535020051778989-tab-bar"]')
@@ -233,7 +233,7 @@ class YahooAnswersPage(ToughPinchZoomCasesPage):
url='http://answers.yahoo.com',
page_set=page_set)
- def RunSmoothness(self, action_runner):
+ def RunPageInteractions(self, action_runner):
interaction = action_runner.BeginGestureInteraction(
'PinchAction', is_smooth=True)
action_runner.PinchElement(selector='#ya-content-apps')
« no previous file with comments | « tools/perf/page_sets/tough_layout_cases.py ('k') | tools/perf/page_sets/tough_scheduling_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698