Index: tools/telemetry/docs/telemetry.page.actions.page_action.html |
diff --git a/tools/telemetry/docs/telemetry.page.actions.page_action.html b/tools/telemetry/docs/telemetry.page.actions.page_action.html |
index 6e22906f864935f4af59f30573fab56db1e12487..380dabdf7f40196f17074a9631eeebb674e9aae7 100644 |
--- a/tools/telemetry/docs/telemetry.page.actions.page_action.html |
+++ b/tools/telemetry/docs/telemetry.page.actions.page_action.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="telemetry.core.timeline.bounds.html">telemetry.core.timeline.bounds</a><br> |
+</td><td width="25%" valign=top><a href="telemetry.page.actions.wait_until.html">telemetry.page.actions.wait_until</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> |
@@ -30,6 +39,7 @@ |
</font></dt><dd> |
<dl> |
<dt><font face="helvetica, arial"><a href="telemetry.page.actions.page_action.html#PageActionFailed">PageActionFailed</a> |
+</font></dt><dt><font face="helvetica, arial"><a href="telemetry.page.actions.page_action.html#PageActionInvalidTimelineMarker">PageActionInvalidTimelineMarker</a> |
</font></dt><dt><font face="helvetica, arial"><a href="telemetry.page.actions.page_action.html#PageActionNotSupported">PageActionNotSupported</a> |
</font></dt></dl> |
</dd> |
@@ -61,23 +71,32 @@ to return True so that a test knows it&n |
<dl><dt><a name="PageAction-CleanUp"><strong>CleanUp</strong></a>(self, page, tab)</dt></dl> |
-<dl><dt><a name="PageAction-CustomizeBrowserOptions"><strong>CustomizeBrowserOptions</strong></a>(self, options)</dt><dd><tt>Override to add action-specific options to the BrowserOptions<br> |
-<a href="__builtin__.html#object">object</a>.</tt></dd></dl> |
+<dl><dt><a name="PageAction-CustomizeBrowserOptionsForPageSet"><strong>CustomizeBrowserOptionsForPageSet</strong></a>(self, options)</dt><dd><tt>Override to add action-specific options to the BrowserOptions<br> |
+<a href="__builtin__.html#object">object</a>. 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="PageAction-RunAction"><strong>RunAction</strong></a>(self, page, tab, previous_action)</dt></dl> |
+<dl><dt><a name="PageAction-GetActiveRangeOnTimeline"><strong>GetActiveRangeOnTimeline</strong></a>(self, timeline)</dt></dl> |
-<dl><dt><a name="PageAction-RunsPreviousAction"><strong>RunsPreviousAction</strong></a>(self)</dt><dd><tt>Some actions require some initialization to be performed before the<br> |
-previous action. For example, wait for href change needs to record the old<br> |
-href before the previous action changes it. Therefore, we allow actions to<br> |
-run the previous action. An action that does this should override this to<br> |
-return True in order to prevent the previous action from being run twice.</tt></dd></dl> |
+<dl><dt><a name="PageAction-RunAction"><strong>RunAction</strong></a>(self, page, tab)</dt></dl> |
+ |
+<dl><dt><a name="PageAction-RunActionAndMaybeWait"><strong>RunActionAndMaybeWait</strong></a>(self, page, tab)</dt></dl> |
<dl><dt><a name="PageAction-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="PageAction-WillWaitAfterRun"><strong>WillWaitAfterRun</strong></a>(self)</dt></dl> |
+ |
<dl><dt><a name="PageAction-__init__"><strong>__init__</strong></a>(self, attributes<font color="#909090">=None</font>)</dt></dl> |
<hr> |
+Static methods defined here:<br> |
+<dl><dt><a name="PageAction-ResetNextTimelineMarkerId"><strong>ResetNextTimelineMarkerId</strong></a>()</dt></dl> |
+ |
+<hr> |
Data descriptors defined here:<br> |
<dl><dt><strong>__dict__</strong></dt> |
<dd><tt>dictionary for instance variables (if defined)</tt></dd> |
@@ -147,6 +166,64 @@ Data descriptors inherited from <a href="exceptions.html#BaseException">exceptio |
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
<tr bgcolor="#ffc8d8"> |
<td colspan=3 valign=bottom> <br> |
+<font color="#000000" face="helvetica, arial"><a name="PageActionInvalidTimelineMarker">class <strong>PageActionInvalidTimelineMarker</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> |
+ |
+<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
+<td width="100%"><dl><dt>Method resolution order:</dt> |
+<dd><a href="telemetry.page.actions.page_action.html#PageActionInvalidTimelineMarker">PageActionInvalidTimelineMarker</a></dd> |
+<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
+<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
+<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
+</dl> |
+<hr> |
+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> |
+<hr> |
+Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#PageActionInvalidTimelineMarker-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> |
+ |
+<hr> |
+Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
+<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#PageActionInvalidTimelineMarker-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> |
+ |
+<hr> |
+Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#PageActionInvalidTimelineMarker-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
+ |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#PageActionInvalidTimelineMarker-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
+ |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#PageActionInvalidTimelineMarker-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
+ |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#PageActionInvalidTimelineMarker-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
+ <br> |
+Use of negative indices is not supported.</tt></dd></dl> |
+ |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
+ |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#PageActionInvalidTimelineMarker-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
+ |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#PageActionInvalidTimelineMarker-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
+ |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
+ |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#PageActionInvalidTimelineMarker-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
+ |
+<dl><dt><a name="PageActionInvalidTimelineMarker-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
+ |
+<hr> |
+Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
+<dl><dt><strong>__dict__</strong></dt> |
+</dl> |
+<dl><dt><strong>args</strong></dt> |
+</dl> |
+<dl><dt><strong>message</strong></dt> |
+</dl> |
+</td></tr></table> <p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#ffc8d8"> |
+<td colspan=3 valign=bottom> <br> |
<font color="#000000" face="helvetica, arial"><a name="PageActionNotSupported">class <strong>PageActionNotSupported</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> |
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |