telemetry.internal.actions.repeatable_scroll
index
telemetry/internal/actions/repeatable_scroll.py

# Copyright 2015 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
telemetry.web_perf.timeline_interaction_record

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

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

Methods defined here:
RunAction(self, tab)
WillRunAction(self, tab)
__init__(self, x_scroll_distance_ratio=0.0, y_scroll_distance_ratio=0.5, repeat_count=0, repeat_delay_ms=250)

Methods inherited from telemetry.internal.actions.page_action.PageAction:
CleanUp(self, tab)

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)