telemetry.core.browser_options
index
telemetry/core/browser_options.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
copy
logging
optparse
telemetry.core.profile_types
telemetry.core.platform.profiler.profiler_finder
shlex
sys
telemetry.core.wpr_modes

 
Classes
       
optparse.Values
BrowserOptions

 
class BrowserOptions(optparse.Values)
    Options to be used for discovering and launching a browser.
 
  Methods defined here:
AppendExtraBrowserArg(self, arg)
Copy(self)
CreateParser(self, *args, **kwargs)
__init__(self, browser_type=None)

Methods inherited from optparse.Values:
__cmp__(self, other)
__repr__ = _repr(self)
__str__(self)
ensure_value(self, attr, value)
read_file(self, filename, mode='careful')
read_module(self, modname, mode='careful')