telemetry.page.actions.scroll
index
telemetry/page/actions/scroll.py

# Copyright (c) 2012 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
       
os
telemetry.page.actions.page_action
telemetry.core.util

 
Classes
       
telemetry.page.actions.page_action.PageAction(__builtin__.object)
ScrollAction

 
class ScrollAction(telemetry.page.actions.page_action.PageAction)
    
Method resolution order:
ScrollAction
telemetry.page.actions.page_action.PageAction
__builtin__.object

Methods defined here:
BindMeasurementJavaScript(self, tab, start_js, stop_js)
CanBeBound(self)
CustomizeBrowserOptions(self, options)
RunAction(self, page, tab, previous_action)
WillRunAction(self, page, tab)
__init__(self, attributes=None)

Methods inherited from telemetry.page.actions.page_action.PageAction:
CleanUp(self, page, tab)
RunsPreviousAction(self)
Some actions require some initialization to be performed before the
previous action. For example, wait for href change needs to record the old
href before the previous action changes it. Therefore, we allow actions to
run the previous action. An action that does this should override this to
return True in order to prevent the previous action from being run twice.

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