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
net_configs
optparse
os
telemetry.core.profile_types
telemetry.core.platform.profiler.profiler_finder
telemetry.core.repeat_options
shlex
sys
telemetry.core.util
telemetry.core.wpr_modes

 
Classes
       
__builtin__.object
BrowserOptions
optparse.Values
BrowserFinderOptions

 
class BrowserFinderOptions(optparse.Values)
    Options to be used for discovering a browser.
 
  Methods defined here:
AppendExtraBrowserArgs(self, args)
Copy(self)
CreateParser(self, *args, **kwargs)
MergeDefaultValues(self, defaults)
__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')

 
class BrowserOptions(__builtin__.object)
    Options to be used for launching a browser.
 
  Methods defined here:
AppendExtraBrowserArgs(self, args)
UpdateFromParseResults(self, finder_options)
Copies our options from finder_options
__init__(self)

Class methods defined here:
AddCommandLineArgs(cls, parser) from __builtin__.type

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