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

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

Issue 22883011: Removing Page.WaitToLoad and update all pagesets to use explicit wait actions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Putting default navigate_steps inside page_set rather than page Created 7 years, 4 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
« no previous file with comments | « tools/telemetry/telemetry/page/actions/reload.py ('k') | tools/telemetry/telemetry/page/actions/wait.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page/actions/tap_element.py
diff --git a/tools/telemetry/telemetry/page/actions/tap_element.py b/tools/telemetry/telemetry/page/actions/tap_element.py
index f3a4734a20e93023a29cbf01fbdeb1374208c517..f8c669eda7855cfb4a7b9b820e4ff389cf9d6f21 100644
--- a/tools/telemetry/telemetry/page/actions/tap_element.py
+++ b/tools/telemetry/telemetry/page/actions/tap_element.py
@@ -4,7 +4,6 @@
from telemetry.core import exceptions
from telemetry.core import util
-from telemetry.page import page as page_module
from telemetry.page.actions import page_action
class TapElementAction(page_action.PageAction):
@@ -41,5 +40,3 @@ class TapElementAction(page_action.PageAction):
'window.__tap_event_finished'), 60)
else:
DoTap()
-
- page_module.Page.WaitForPageToLoad(self, tab, 60)
« no previous file with comments | « tools/telemetry/telemetry/page/actions/reload.py ('k') | tools/telemetry/telemetry/page/actions/wait.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698