| |
- Method resolution order:
- NavigateAction
- telemetry.internal.actions.page_action.PageAction
- __builtin__.object
Methods defined here:
- RunAction(self, tab)
- __init__(self, url, script_to_evaluate_on_commit=None, timeout_in_seconds=60)
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)
|