| |
- Method resolution order:
- ScrollAction
- telemetry.page.actions.gesture_action.GestureAction
- telemetry.page.actions.page_action.PageAction
- __builtin__.object
Methods defined here:
- BindMeasurementJavaScript(self, tab, start_js, stop_js)
- CanBeBound(self)
- RunGesture(self, page, tab)
- WillRunAction(self, page, tab)
- __init__(self, attributes=None)
Methods inherited from telemetry.page.actions.gesture_action.GestureAction:
- GetActiveRangeOnTimeline(self, timeline)
- RunAction(self, page, tab)
Static methods inherited from telemetry.page.actions.gesture_action.GestureAction:
- GetGestureSourceTypeFromOptions(tab)
Methods inherited from telemetry.page.actions.page_action.PageAction:
- CleanUp(self, page, tab)
- CustomizeBrowserOptionsForPageSet(self, options)
- Override to add action-specific options to the BrowserOptions
object. These options will be set for the whole page set.
If the browser is not being restarted for every page in the page set then
all browser options required for the action must be set here. This, however,
requires that they do not conflict with options require by other actions
used up by the page set.
- RunActionAndMaybeWait(self, page, tab)
- WillWaitAfterRun(self)
Static methods inherited from telemetry.page.actions.page_action.PageAction:
- ResetNextTimelineMarkerId()
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)
|