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

Unified Diff: tools/telemetry/telemetry/page/actions/interact.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/interact.py
diff --git a/tools/telemetry/telemetry/page/actions/interact.py b/tools/telemetry/telemetry/page/actions/interact.py
index f3d9447a430c9da7791cb9b2325afe44a225a499..b60cc00f2c481897d1a42d1bd30808950d886356 100644
--- a/tools/telemetry/telemetry/page/actions/interact.py
+++ b/tools/telemetry/telemetry/page/actions/interact.py
@@ -9,7 +9,7 @@ class InteractAction(page_action.PageAction):
super(InteractAction, self).__init__(attributes)
self._SetTimelineMarkerBaseName('InteractAction::RunAction')
- def RunAction(self, page, tab, previous_action):
+ def RunAction(self, page, tab):
tab.ExecuteJavaScript(
'console.time("' + self._GetUniqueTimelineMarkerName() + '")')
raw_input("Interacting... Press Enter to continue.")

Powered by Google App Engine
This is Rietveld 408576698