telemetry.core.possible_browser
index
telemetry/core/possible_browser.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.

 
Classes
       
__builtin__.object
PossibleBrowser

 
class PossibleBrowser(__builtin__.object)
    A browser that can be controlled.
 
Call Create() to launch the browser and begin manipulating it..
 
  Methods defined here:
Create(self)
SupportsOptions(self, options)
Tests for extension support.
__init__(self, browser_type, options)
__repr__(self)

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