telemetry.internal.actions.navigate
index
telemetry/internal/actions/navigate.py

# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
telemetry.internal.actions.page_action
time

 
Classes
       
telemetry.internal.actions.page_action.PageAction(__builtin__.object)
NavigateAction

 
class NavigateAction(telemetry.internal.actions.page_action.PageAction)
    
Method resolution order:
NavigateAction
telemetry.internal.actions.page_action.PageAction
__builtin__.object

Methods defined here:
RunAction(self, tab)
__init__(self, url, script_to_evaluate_on_commit=None, timeout_in_seconds=60)

Methods inherited from telemetry.internal.actions.page_action.PageAction:
CleanUp(self, tab)
WillRunAction(self, tab)
Override to do action-specific setup before
Test.WillRunAction is called.

Data descriptors inherited from telemetry.internal.actions.page_action.PageAction:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)