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

 
Modules
       
telemetry.core.chrome.form_based_credentials_backend

 
Classes
       
telemetry.core.chrome.form_based_credentials_backend.FormBasedCredentialsBackend(__builtin__.object)
FacebookCredentialsBackend

 
class FacebookCredentialsBackend(telemetry.core.chrome.form_based_credentials_backend.FormBasedCredentialsBackend)
    
Method resolution order:
FacebookCredentialsBackend
telemetry.core.chrome.form_based_credentials_backend.FormBasedCredentialsBackend
__builtin__.object

Methods defined here:
IsAlreadyLoggedIn(self, tab)

Data descriptors defined here:
credentials_type
login_form_id
login_input_id
password_input_id
url

Methods inherited from telemetry.core.chrome.form_based_credentials_backend.FormBasedCredentialsBackend:
IsLoggedIn(self)
LoginNeeded(self, tab, config)
Logs in to a test account.
 
Raises:
  RuntimeError: if could not get credential information.
LoginNoLongerNeeded(self, tab)
__init__(self)

Data descriptors inherited from telemetry.core.chrome.form_based_credentials_backend.FormBasedCredentialsBackend:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)