telemetry.internal.actions.swipe
index
telemetry/internal/actions/swipe.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
       
os
telemetry.internal.actions.page_action

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

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

Methods defined here:
RunAction(self, tab)
WillRunAction(self, tab)
__init__(self, selector=None, text=None, element_function=None, left_start_ratio=0.5, top_start_ratio=0.5, direction='left', distance=100, speed_in_pixels_per_second=800, synthetic_gesture_source='DEFAULT')

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)