telemetry.internal.browser.possible_browser
index
telemetry/internal/browser/possible_browser.py

# Copyright 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.internal.app.possible_app

 
Classes
       
telemetry.internal.app.possible_app.PossibleApp(__builtin__.object)
PossibleBrowser

 
class PossibleBrowser(telemetry.internal.app.possible_app.PossibleApp)
    A browser that can be controlled.
 
Call Create() to launch the browser and begin manipulating it..
 
 
Method resolution order:
PossibleBrowser
telemetry.internal.app.possible_app.PossibleApp
__builtin__.object

Methods defined here:
Create(self, finder_options)
IsRemote(self)
RunRemote(self)
SetCredentialsPath(self, credentials_path)
SupportsOptions(self, finder_options)
Tests for extension support.
UpdateExecutableIfNeeded(self)
__init__(self, browser_type, target_os, supports_tab_control)
__repr__(self)
last_modification_time(self)

Data descriptors defined here:
browser_type
supports_tab_control

Data descriptors inherited from telemetry.internal.app.possible_app.PossibleApp:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
app_type
platform
target_os
Target OS, the app will run on.