telemetry.core.chrome.inspector_page
index
telemetry/core/chrome/inspector_page.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
       
json
logging
telemetry.core.util

 
Classes
       
__builtin__.object
InspectorPage

 
class InspectorPage(__builtin__.object)
     Methods defined here:
CollectGarbage(self, timeout=60)
GetCookieByName(self, name, timeout=60)
Returns the value of the cookie by the given |name|.
Navigate(self, url, script_to_evaluate_on_commit=None, timeout=60)
Navigates to |url|.
 
If |script_to_evaluate_on_commit| is given, the script source string will be
evaluated when the navigation is committed. This is after the context of
the page exists, but before any script on the page itself has executed.
PerformActionAndWaitForNavigate(self, action_function, timeout=60)
Executes action_function, and waits for the navigation to complete.
 
action_function is expect to result in a navigation. This function returns
when the navigation is complete or when the timeout has been exceeded.
__init__(self, inspector_backend)

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