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
telemetry.core.exceptions
glob
logging
os
telemetry.page.page_filter
telemetry.page.page_test
random
sys
tempfile
time
traceback
urlparse
telemetry.core.util
telemetry.core.wpr_modes

 
Classes
       
__builtin__.object
PageState

 
class PageState(__builtin__.object)
     Methods defined here:
CleanUpPage(self, page, tab)
PreparePage(self, page, tab, test=None)
__init__(self)

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

 
Functions
       
AddCommandLineOptions(parser)
Run(test, page_set, options)
Runs a given test against a given page_set with the given options.