| Index: tools/telemetry/docs/telemetry.page.actions.wait.html
|
| diff --git a/tools/telemetry/docs/telemetry.page.actions.wait.html b/tools/telemetry/docs/telemetry.page.actions.wait.html
|
| index b58f6c7d819d861cf108f1574b4c9adfb1c6a657..bc1d9c040db3446d974f596fa1aef240bfe30a96 100644
|
| --- a/tools/telemetry/docs/telemetry.page.actions.wait.html
|
| +++ b/tools/telemetry/docs/telemetry.page.actions.wait.html
|
| @@ -20,9 +20,10 @@
|
|
|
| <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="telemetry.page.actions.page_action.html">telemetry.page.actions.page_action</a><br>
|
| +</td><td width="25%" valign=top><a href="re.html">re</a><br>
|
| </td><td width="25%" valign=top><a href="time.html">time</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></tr></table></td></tr></table><p>
|
| +</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>
|
| @@ -51,17 +52,11 @@
|
| </dl>
|
| <hr>
|
| Methods defined here:<br>
|
| -<dl><dt><a name="WaitAction-RunAction"><strong>RunAction</strong></a>(self, page, tab, previous_action)</dt></dl>
|
| -
|
| -<dl><dt><a name="WaitAction-RunsPreviousAction"><strong>RunsPreviousAction</strong></a>(self)</dt></dl>
|
| +<dl><dt><a name="WaitAction-RunAction"><strong>RunAction</strong></a>(self, page, tab)</dt></dl>
|
|
|
| <dl><dt><a name="WaitAction-__init__"><strong>__init__</strong></a>(self, attributes<font color="#909090">=None</font>)</dt></dl>
|
|
|
| <hr>
|
| -Data and other attributes defined here:<br>
|
| -<dl><dt><strong>DEFAULT_TIMEOUT</strong> = 60</dl>
|
| -
|
| -<hr>
|
| Methods inherited from <a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</a>:<br>
|
| <dl><dt><a name="WaitAction-BindMeasurementJavaScript"><strong>BindMeasurementJavaScript</strong></a>(self, tab, start_js, stop_js)</dt><dd><tt>Let this action determine when measurements should start and stop.<br>
|
| <br>
|
| @@ -80,12 +75,27 @@ to return True so that a test knows it&n
|
|
|
| <dl><dt><a name="WaitAction-CleanUp"><strong>CleanUp</strong></a>(self, page, tab)</dt></dl>
|
|
|
| -<dl><dt><a name="WaitAction-CustomizeBrowserOptions"><strong>CustomizeBrowserOptions</strong></a>(self, options)</dt><dd><tt>Override to add action-specific options to the BrowserOptions<br>
|
| -object.</tt></dd></dl>
|
| +<dl><dt><a name="WaitAction-CustomizeBrowserOptionsForPageSet"><strong>CustomizeBrowserOptionsForPageSet</strong></a>(self, options)</dt><dd><tt>Override to add action-specific options to the BrowserOptions<br>
|
| +object. These options will be set for the whole page set.<br>
|
| + <br>
|
| +If the browser is not being restarted for every page in the page set then<br>
|
| +all browser options required for the action must be set here. This, however,<br>
|
| +requires that they do not conflict with options require by other actions<br>
|
| +used up by the page set.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="WaitAction-GetActiveRangeOnTimeline"><strong>GetActiveRangeOnTimeline</strong></a>(self, timeline)</dt></dl>
|
| +
|
| +<dl><dt><a name="WaitAction-RunActionAndMaybeWait"><strong>RunActionAndMaybeWait</strong></a>(self, page, tab)</dt></dl>
|
|
|
| <dl><dt><a name="WaitAction-WillRunAction"><strong>WillRunAction</strong></a>(self, page, tab)</dt><dd><tt>Override to do action-specific setup before<br>
|
| Test.WillRunAction is called.</tt></dd></dl>
|
|
|
| +<dl><dt><a name="WaitAction-WillWaitAfterRun"><strong>WillWaitAfterRun</strong></a>(self)</dt></dl>
|
| +
|
| +<hr>
|
| +Static methods inherited from <a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</a>:<br>
|
| +<dl><dt><a name="WaitAction-ResetNextTimelineMarkerId"><strong>ResetNextTimelineMarkerId</strong></a>()</dt></dl>
|
| +
|
| <hr>
|
| Data descriptors inherited from <a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</a>:<br>
|
| <dl><dt><strong>__dict__</strong></dt>
|
|
|