| Index: tools/telemetry/docs/telemetry.core.web_contents.html
|
| diff --git a/tools/telemetry/docs/telemetry.core.web_contents.html b/tools/telemetry/docs/telemetry.core.web_contents.html
|
| index 86bcd14b07cf15b1e511f184702934803b349c39..79ba72829c612b6d066d51e0181486fb8b8b6c42 100644
|
| --- a/tools/telemetry/docs/telemetry.core.web_contents.html
|
| +++ b/tools/telemetry/docs/telemetry.core.web_contents.html
|
| @@ -14,6 +14,15 @@
|
| # found in the LICENSE file.</tt></p>
|
| <p>
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| +<tr bgcolor="#aa55cc">
|
| +<td colspan=3 valign=bottom> <br>
|
| +<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
|
| +
|
| +<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
|
| +<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="os.html">os</a><br>
|
| +</td><td width="25%" valign=top><a href="telemetry.core.util.html">telemetry.core.util</a><br>
|
| +</td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
|
| +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| <tr bgcolor="#ee77aa">
|
| <td colspan=3 valign=bottom> <br>
|
| <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
|
| @@ -42,9 +51,7 @@
|
| Not all browsers or browser versions support this method.<br>
|
| Be sure to check browser.supports_tab_control.</tt></dd></dl>
|
|
|
| -<dl><dt><a name="WebContents-Disconnect"><strong>Disconnect</strong></a>(self)</dt></dl>
|
| -
|
| -<dl><dt><a name="WebContents-EvaluateJavaScript"><strong>EvaluateJavaScript</strong></a>(self, expr, timeout<font color="#909090">=60</font>)</dt><dd><tt>Evalutes expr in JavaScript and returns the JSONized result.<br>
|
| +<dl><dt><a name="WebContents-EvaluateJavaScript"><strong>EvaluateJavaScript</strong></a>(self, expr, timeout<font color="#909090">=90</font>)</dt><dd><tt>Evalutes expr in JavaScript and returns the JSONized result.<br>
|
| <br>
|
| Consider using ExecuteJavaScript for cases where the result of the<br>
|
| expression is not needed.<br>
|
| @@ -55,19 +62,35 @@ be raised.<br>
|
| If the result of the evaluation cannot be JSONized, then an<br>
|
| EvaluationException will be raised.</tt></dd></dl>
|
|
|
| -<dl><dt><a name="WebContents-ExecuteJavaScript"><strong>ExecuteJavaScript</strong></a>(self, expr, timeout<font color="#909090">=60</font>)</dt><dd><tt>Executes expr in JavaScript. Does not return the result.<br>
|
| +<dl><dt><a name="WebContents-EvaluateJavaScriptInContext"><strong>EvaluateJavaScriptInContext</strong></a>(self, expr, context_id, timeout<font color="#909090">=90</font>)</dt><dd><tt>Similar to ExecuteJavaScript, except context_id can refer to an iframe.<br>
|
| +The main page has context_id=1, the first iframe context_id=2, etc.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="WebContents-ExecuteJavaScript"><strong>ExecuteJavaScript</strong></a>(self, expr, timeout<font color="#909090">=90</font>)</dt><dd><tt>Executes expr in JavaScript. Does not return the result.<br>
|
| <br>
|
| If the expression failed to evaluate, EvaluateException will be raised.</tt></dd></dl>
|
|
|
| -<dl><dt><a name="WebContents-StartTimelineRecording"><strong>StartTimelineRecording</strong></a>(self)</dt></dl>
|
| +<dl><dt><a name="WebContents-ExecuteJavaScriptInContext"><strong>ExecuteJavaScriptInContext</strong></a>(self, expr, context_id, timeout<font color="#909090">=90</font>)</dt><dd><tt>Similar to ExecuteJavaScript, except context_id can refer to an iframe.<br>
|
| +The main page has context_id=1, the first iframe context_id=2, etc.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="WebContents-HasReachedQuiescence"><strong>HasReachedQuiescence</strong></a>(self)</dt><dd><tt>Determine whether the page has reached quiescence after loading.<br>
|
| + <br>
|
| +Returns:<br>
|
| + True if 2 seconds have passed since last resource received, false<br>
|
| + otherwise.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="WebContents-StartTimelineRecording"><strong>StartTimelineRecording</strong></a>(self, options<font color="#909090">=None</font>)</dt></dl>
|
|
|
| <dl><dt><a name="WebContents-StopTimelineRecording"><strong>StopTimelineRecording</strong></a>(self)</dt></dl>
|
|
|
| -<dl><dt><a name="WebContents-WaitForDocumentReadyStateToBeComplete"><strong>WaitForDocumentReadyStateToBeComplete</strong></a>(self, timeout<font color="#909090">=60</font>)</dt></dl>
|
| +<dl><dt><a name="WebContents-TakeJSHeapSnapshot"><strong>TakeJSHeapSnapshot</strong></a>(self, timeout<font color="#909090">=120</font>)</dt></dl>
|
|
|
| -<dl><dt><a name="WebContents-WaitForDocumentReadyStateToBeInteractiveOrBetter"><strong>WaitForDocumentReadyStateToBeInteractiveOrBetter</strong></a>(self, timeout<font color="#909090">=60</font>)</dt></dl>
|
| +<dl><dt><a name="WebContents-WaitForDocumentReadyStateToBeComplete"><strong>WaitForDocumentReadyStateToBeComplete</strong></a>(self, timeout<font color="#909090">=90</font>)</dt></dl>
|
|
|
| -<dl><dt><a name="WebContents-__del__"><strong>__del__</strong></a>(self)</dt></dl>
|
| +<dl><dt><a name="WebContents-WaitForDocumentReadyStateToBeInteractiveOrBetter"><strong>WaitForDocumentReadyStateToBeInteractiveOrBetter</strong></a>(self, timeout<font color="#909090">=90</font>)</dt></dl>
|
| +
|
| +<dl><dt><a name="WebContents-WaitForJavaScriptExpression"><strong>WaitForJavaScriptExpression</strong></a>(self, expr, timeout)</dt><dd><tt>Waits for the given JavaScript expression to be True.<br>
|
| + <br>
|
| +This method is robust against any given Evaluation timing out.</tt></dd></dl>
|
|
|
| <dl><dt><a name="WebContents-__init__"><strong>__init__</strong></a>(self, inspector_backend)</dt></dl>
|
|
|
| @@ -79,6 +102,8 @@ Data descriptors defined here:<br>
|
| <dl><dt><strong>__weakref__</strong></dt>
|
| <dd><tt>list of weak references to the object (if defined)</tt></dd>
|
| </dl>
|
| +<dl><dt><strong>is_timeline_recording_running</strong></dt>
|
| +</dl>
|
| <dl><dt><strong>message_output_stream</strong></dt>
|
| </dl>
|
| <dl><dt><strong>timeline_model</strong></dt>
|
| @@ -90,5 +115,5 @@ Data descriptors defined here:<br>
|
| <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
|
|
|
| <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
|
| -<td width="100%"><strong>DEFAULT_WEB_CONTENTS_TIMEOUT</strong> = 60</td></tr></table>
|
| +<td width="100%"><strong>DEFAULT_WEB_CONTENTS_TIMEOUT</strong> = 90</td></tr></table>
|
| </body></html>
|
|
|