telemetry
.
core
.
chrome
.cros_browser_finder
index
telemetry/core/chrome/cros_browser_finder.py
Finds CrOS browsers that can be controlled by telemetry.
Modules
telemetry.core.browser
telemetry.core.chrome.cros_browser_backend
telemetry.core.chrome.cros_interface
telemetry.core.platform.cros_platform_backend
logging
telemetry.core.possible_browser
telemetry.core.profile_types
Classes
telemetry.core.possible_browser.PossibleBrowser
(
__builtin__.object
)
PossibleCrOSBrowser
class
PossibleCrOSBrowser
(
telemetry.core.possible_browser.PossibleBrowser
)
A launchable chromeos browser instance.
Method resolution order:
PossibleCrOSBrowser
telemetry.core.possible_browser.PossibleBrowser
__builtin__.object
Methods defined here:
Create
(self)
SupportsOptions
(self, options)
__init__
(self, browser_type, options, cri, is_guest)
__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 available chromeos browsers, locally and remotely.
Data
ALL_BROWSER_TYPES
= 'cros-chrome,cros-chrome-guest,system-guest'