| |
- 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)
|