telemetry.core.chrome.desktop_browser_finder
index
telemetry/core/chrome/desktop_browser_finder.py

Finds desktop browsers that can be controlled by telemetry.

 
Modules
       
telemetry.core.browser
telemetry.core.chrome.cros_interface
telemetry.core.chrome.desktop_browser_backend
telemetry.core.platform.linux_platform_backend
logging
telemetry.core.platform.mac_platform_backend
os
platform
telemetry.core.possible_browser
telemetry.core.profile_types
subprocess
sys
telemetry.core.platform.win_platform_backend

 
Classes
       
telemetry.core.possible_browser.PossibleBrowser(__builtin__.object)
PossibleDesktopBrowser

 
class PossibleDesktopBrowser(telemetry.core.possible_browser.PossibleBrowser)
    A desktop browser that can be controlled.
 
 
Method resolution order:
PossibleDesktopBrowser
telemetry.core.possible_browser.PossibleBrowser
__builtin__.object

Methods defined here:
Create(self)
SupportsOptions(self, options)
__init__(self, browser_type, options, executable, flash_path, is_content_shell)
__repr__(self)

Data descriptors inherited from telemetry.core.possible_browser.PossibleBrowser:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
browser_type
options

 
Functions
       
FindAllAvailableBrowsers(options)
Finds all the desktop browsers available on this machine.

 
Data
        ALL_BROWSER_TYPES = 'exact,release,debug,canary,content-shell-debug,content-shell-release,system'