telemetry.internal.browser.tab_list
index
telemetry/internal/browser/tab_list.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.

 
Classes
       
__builtin__.object
TabList

 
class TabList(__builtin__.object)
    # 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.
 
  Methods defined here:
GetTabById(self, identifier)
The identifier of a tab can be accessed with tab.id.
New(self, timeout=300)
__getitem__(self, index)
__init__(self, tab_list_backend)
__iter__(self)
__len__(self)

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