telemetry.page.page_runner
index
telemetry/page/page_runner.py

# Copyright (c) 2012 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.core.browser_finder
collections
copy
telemetry.decorators
telemetry.exception_formatter
telemetry.core.exceptions
glob
logging
telemetry.page.actions.navigate
os
telemetry.page.actions.page_action
telemetry.page.page_filter
telemetry.page.page_runner_repeat
telemetry.page.page_test
telemetry.core.platform.profiler.profiler_finder
random
telemetry.page.results_options
sys
tempfile
time
traceback
telemetry.core.util
telemetry.core.wpr_modes

 
Classes
       
__builtin__.object
PageState

 
class PageState(__builtin__.object)
     Methods defined here:
CleanUpPage(self, test)
ImplicitPageNavigation(self, test=None)
Executes the implicit navigation that occurs for every page iteration.
 
This function will be called once per page before any actions are executed.
PreparePage(self, test=None)
__init__(self, page, tab)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
AddCommandLineArgs(parser)
ProcessCommandLineArgs(parser, args)
Run(test, page_set, expectations, finder_options)
Runs a given test against a given page_set with the given options.