| OLD | NEW |
| (Empty) | |
| 1 |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 <html><head><title>Python: module telemetry.core.extension_page</title> |
| 4 </head><body bgcolor="#f0f0f8"> |
| 5 |
| 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
| 7 <tr bgcolor="#7799ee"> |
| 8 <td valign=bottom> <br> |
| 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.core.html"><font color="#ffffff">core</font></a>.extension_page</strong></big><
/big></font></td |
| 10 ><td align=right valign=bottom |
| 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href=
"file:/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/core/extension_pag
e.py">/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/core/extension_pag
e.py</a></font></td></tr></table> |
| 12 <p><tt># Copyright (c) 2012 The Chromium Autho
rs. All rights reserved.<br> |
| 13 # Use of this source code is governed by
a BSD-style license that can be<br> |
| 14 # found in the LICENSE file.</tt></p> |
| 15 <p> |
| 16 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 17 <tr bgcolor="#aa55cc"> |
| 18 <td colspan=3 valign=bottom> <br> |
| 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> |
| 20 |
| 21 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> |
| 22 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="telemetry.core.web_contents.html">telemetry.core.web_contents</a><br
> |
| 23 </td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="
25%" valign=top></td></tr></table></td></tr></table><p> |
| 24 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 25 <tr bgcolor="#ee77aa"> |
| 26 <td colspan=3 valign=bottom> <br> |
| 27 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> |
| 28 |
| 29 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> |
| 30 <td width="100%"><dl> |
| 31 <dt><font face="helvetica, arial"><a href="telemetry.core.web_contents.html#WebC
ontents">telemetry.core.web_contents.WebContents</a>(<a href="__builtin__.html#o
bject">__builtin__.object</a>) |
| 32 </font></dt><dd> |
| 33 <dl> |
| 34 <dt><font face="helvetica, arial"><a href="telemetry.core.extension_page.html#Ex
tensionPage">ExtensionPage</a> |
| 35 </font></dt></dl> |
| 36 </dd> |
| 37 </dl> |
| 38 <p> |
| 39 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 40 <tr bgcolor="#ffc8d8"> |
| 41 <td colspan=3 valign=bottom> <br> |
| 42 <font color="#000000" face="helvetica, arial"><a name="ExtensionPage">class <str
ong>ExtensionPage</strong></a>(<a href="telemetry.core.web_contents.html#WebCont
ents">telemetry.core.web_contents.WebContents</a>)</font></td></tr> |
| 43 |
| 44 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 45 <td colspan=2><tt>Represents a an extension page in&nbs
p;the browser<br> </tt></td></tr> |
| 46 <tr><td> </td> |
| 47 <td width="100%"><dl><dt>Method resolution order:</dt> |
| 48 <dd><a href="telemetry.core.extension_page.html#ExtensionPage">ExtensionPage</a>
</dd> |
| 49 <dd><a href="telemetry.core.web_contents.html#WebContents">telemetry.core.web_co
ntents.WebContents</a></dd> |
| 50 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 51 </dl> |
| 52 <hr> |
| 53 Methods defined here:<br> |
| 54 <dl><dt><a name="ExtensionPage-__del__"><strong>__del__</strong></a>(self)</dt><
/dl> |
| 55 |
| 56 <dl><dt><a name="ExtensionPage-__init__"><strong>__init__</strong></a>(self, ins
pector_backend)</dt></dl> |
| 57 |
| 58 <hr> |
| 59 Methods inherited from <a href="telemetry.core.web_contents.html#WebContents">te
lemetry.core.web_contents.WebContents</a>:<br> |
| 60 <dl><dt><a name="ExtensionPage-Close"><strong>Close</strong></a>(self)</dt><dd><
tt>Closes this page.<br> |
| 61 <br> |
| 62 Not all browsers or browser versions support
this method.<br> |
| 63 Be sure to check browser.supports_tab_control.</tt></dd></dl
> |
| 64 |
| 65 <dl><dt><a name="ExtensionPage-Disconnect"><strong>Disconnect</strong></a>(self)
</dt></dl> |
| 66 |
| 67 <dl><dt><a name="ExtensionPage-EvaluateJavaScript"><strong>EvaluateJavaScript</s
trong></a>(self, expr, timeout<font color="#909090">=60</font>)</dt><dd><tt>Eval
utes expr in JavaScript and returns the JSONi
zed result.<br> |
| 68 <br> |
| 69 Consider using ExecuteJavaScript for cases where t
he result of the<br> |
| 70 expression is not needed.<br> |
| 71 <br> |
| 72 If evaluation throws in JavaScript, a Python
EvaluateException will<br> |
| 73 be raised.<br> |
| 74 <br> |
| 75 If the result of the evaluation cannot be&nbs
p;JSONized, then an<br> |
| 76 EvaluationException will be raised.</tt></dd></dl> |
| 77 |
| 78 <dl><dt><a name="ExtensionPage-ExecuteJavaScript"><strong>ExecuteJavaScript</str
ong></a>(self, expr, timeout<font color="#909090">=60</font>)</dt><dd><tt>Execut
es expr in JavaScript. Does not return the&nb
sp;result.<br> |
| 79 <br> |
| 80 If the expression failed to evaluate, EvaluateExce
ption will be raised.</tt></dd></dl> |
| 81 |
| 82 <dl><dt><a name="ExtensionPage-StartTimelineRecording"><strong>StartTimelineReco
rding</strong></a>(self)</dt></dl> |
| 83 |
| 84 <dl><dt><a name="ExtensionPage-StopTimelineRecording"><strong>StopTimelineRecord
ing</strong></a>(self)</dt></dl> |
| 85 |
| 86 <dl><dt><a name="ExtensionPage-WaitForDocumentReadyStateToBeComplete"><strong>Wa
itForDocumentReadyStateToBeComplete</strong></a>(self, timeout<font color="#9090
90">=60</font>)</dt></dl> |
| 87 |
| 88 <dl><dt><a name="ExtensionPage-WaitForDocumentReadyStateToBeInteractiveOrBetter"
><strong>WaitForDocumentReadyStateToBeInteractiveOrBetter</strong></a>(self, tim
eout<font color="#909090">=60</font>)</dt></dl> |
| 89 |
| 90 <hr> |
| 91 Data descriptors inherited from <a href="telemetry.core.web_contents.html#WebCon
tents">telemetry.core.web_contents.WebContents</a>:<br> |
| 92 <dl><dt><strong>__dict__</strong></dt> |
| 93 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
| 94 </dl> |
| 95 <dl><dt><strong>__weakref__</strong></dt> |
| 96 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
| 97 </dl> |
| 98 <dl><dt><strong>message_output_stream</strong></dt> |
| 99 </dl> |
| 100 <dl><dt><strong>timeline_model</strong></dt> |
| 101 </dl> |
| 102 </td></tr></table></td></tr></table> |
| 103 </body></html> |
| OLD | NEW |