| |
- __builtin__.object
-
- InspectorMemory
- telemetry.core.exceptions.Error(exceptions.Exception)
-
- InspectorMemoryException
class InspectorMemory(__builtin__.object) |
|
Communicates with the remote inspector's Memory domain. |
|
Methods defined here:
- GetDOMCounters(self, timeout)
- Retrieves DOM element counts.
Args:
timeout: The number of seconds to wait for the inspector backend to
service the request before timing out.
Returns:
A dictionary containing the counts associated with "nodes", "documents",
and "jsEventListeners".
Raises:
InspectorMemoryException
websocket.WebSocketException
socket.error
exceptions.WebSocketDisconnected
- __init__(self, inspector_websocket)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
|