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

Unified Diff: tools/telemetry/telemetry/page/actions/pinch.py

Issue 186593007: Remove href_change and navigate from wait action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months 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/telemetry/telemetry/page/actions/pinch.py
diff --git a/tools/telemetry/telemetry/page/actions/pinch.py b/tools/telemetry/telemetry/page/actions/pinch.py
index cf9d4e1f3c6f295a1f4443dc7344fbb9d5063cc5..f600427e9d9eb037a9c5716560bf07442c88cd08 100644
--- a/tools/telemetry/telemetry/page/actions/pinch.py
+++ b/tools/telemetry/telemetry/page/actions/pinch.py
@@ -33,7 +33,7 @@ class PinchAction(GestureAction):
window.__pinchAction = new __PinchAction(%s);"""
% done_callback)
- def RunGesture(self, page, tab, previous_action):
+ def RunGesture(self, page, tab):
left_anchor_percentage = getattr(self, 'left_anchor_percentage', 0.5)
top_anchor_percentage = getattr(self, 'top_anchor_percentage', 0.5)
zoom_in = getattr(self, 'zoom_in', True)
« no previous file with comments | « tools/telemetry/telemetry/page/actions/page_action.py ('k') | tools/telemetry/telemetry/page/actions/play.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698