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

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

Issue 277143003: Add NavigateToPage API for action_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 7 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/wait.py
diff --git a/tools/telemetry/telemetry/page/actions/wait.py b/tools/telemetry/telemetry/page/actions/wait.py
index 9185faafccd5dfa5cf4d3b668b6f06a7d73684d6..ce1d86b73a581a2dd85028b4ec306af08e3e3cba 100644
--- a/tools/telemetry/telemetry/page/actions/wait.py
+++ b/tools/telemetry/telemetry/page/actions/wait.py
@@ -17,7 +17,7 @@ class WaitAction(page_action.PageAction):
return (getattr(self, 'condition', None) == 'navigate' or
getattr(self, 'condition', None) == 'href_change')
- def RunAction(self, page, tab):
+ def RunAction(self, tab):
assert not self._RunsPreviousAction(), \
('"navigate" and "href_change" support for wait is deprecated, use '
'wait_until instead')
« no previous file with comments | « tools/telemetry/telemetry/page/actions/tap.py ('k') | tools/telemetry/telemetry/page/actions/wait_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698