telemetry.internal.actions.javascript_click
index
telemetry/internal/actions/javascript_click.py

# Copyright 2014 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

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

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

Methods defined here:
RunAction(self, tab)
__init__(self, selector=None, text=None, element_function=None)

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)