1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 3 <html><head><title>Python: module telemetry.page.actions.scroll</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 href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.page.html"><font color="#ffffff">page</font></a>.<a href="telemetry.page.actions.html"><font color="#ffffff">actions</font></a>.scroll</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="../telemetry/page/actions/scroll.py">telemetry/page/actions/scroll.py</a></font></td></tr></table> 12 <p><tt># Copyright (c) 2012 The Chromium Authors. 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=top><a href="os.html">os</a><br> 23 </td><td width="25%" valign=top><a href="telemetry.page.actions.page_action.html">telemetry.page.actions.page_action</a><br> 24 </td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> 25 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 26 <tr bgcolor="#ee77aa"> 27 <td colspan=3 valign=bottom> <br> 28 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 29 30 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> 31 <td width="100%"><dl> 32 <dt><font face="helvetica, arial"><a href="telemetry.page.actions.gesture_action.html#GestureAction">telemetry.page.actions.gesture_action.GestureAction</a>(<a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</a>) 33 </font></dt><dd> 34 <dl> 35 <dt><font face="helvetica, arial"><a href="telemetry.page.actions.scroll.html#ScrollAction">ScrollAction</a> 36 </font></dt></dl> 37 </dd> 38 </dl> 39 <p> 40 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 41 <tr bgcolor="#ffc8d8"> 42 <td colspan=3 valign=bottom> <br> 43 <font color="#000000" face="helvetica, arial"><a name="ScrollAction">class <strong>ScrollAction</strong></a>(<a href="telemetry.page.actions.gesture_action.html#GestureAction">telemetry.page.actions.gesture_action.GestureAction</a>)</font></td></tr> 44 45 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 46 <td width="100%"><dl><dt>Method resolution order:</dt> 47 <dd><a href="telemetry.page.actions.scroll.html#ScrollAction">ScrollAction</a></dd> 48 <dd><a href="telemetry.page.actions.gesture_action.html#GestureAction">telemetry.page.actions.gesture_action.GestureAction</a></dd> 49 <dd><a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</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="ScrollAction-BindMeasurementJavaScript"><strong>BindMeasurementJavaScript</strong></a>(self, tab, start_js, stop_js)</dt></dl> 55 56 <dl><dt><a name="ScrollAction-CanBeBound"><strong>CanBeBound</strong></a>(self)</dt></dl> 57 58 <dl><dt><a name="ScrollAction-RunGesture"><strong>RunGesture</strong></a>(self, page, tab)</dt></dl> 59 60 <dl><dt><a name="ScrollAction-WillRunAction"><strong>WillRunAction</strong></a>(self, page, tab)</dt></dl> 61 62 <dl><dt><a name="ScrollAction-__init__"><strong>__init__</strong></a>(self, attributes<font color="#909090">=None</font>)</dt></dl> 63 64 <hr> 65 Methods inherited from <a href="telemetry.page.actions.gesture_action.html#GestureAction">telemetry.page.actions.gesture_action.GestureAction</a>:<br> 66 <dl><dt><a name="ScrollAction-GetActiveRangeOnTimeline"><strong>GetActiveRangeOnTimeline</strong></a>(self, timeline)</dt></dl> 67 68 <dl><dt><a name="ScrollAction-RunAction"><strong>RunAction</strong></a>(self, page, tab)</dt></dl> 69 70 <hr> 71 Static methods inherited from <a href="telemetry.page.actions.gesture_action.html#GestureAction">telemetry.page.actions.gesture_action.GestureAction</a>:<br> 72 <dl><dt><a name="ScrollAction-GetGestureSourceTypeFromOptions"><strong>GetGestureSourceTypeFromOptions</strong></a>(tab)</dt></dl> 73 74 <hr> 75 Methods inherited from <a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</a>:<br> 76 <dl><dt><a name="ScrollAction-CleanUp"><strong>CleanUp</strong></a>(self, page, tab)</dt></dl> 77 78 <dl><dt><a name="ScrollAction-CustomizeBrowserOptionsForPageSet"><strong>CustomizeBrowserOptionsForPageSet</strong></a>(self, options)</dt><dd><tt>Override to add action-specific options to the BrowserOptions<br> 79 object. These options will be set for the whole page set.<br> 80 <br> 81 If the browser is not being restarted for every page in the page set then<br> 82 all browser options required for the action must be set here. This, however,<br> 83 requires that they do not conflict with options require by other actions<br> 84 used up by the page set.</tt></dd></dl> 85 86 <dl><dt><a name="ScrollAction-RunActionAndMaybeWait"><strong>RunActionAndMaybeWait</strong></a>(self, page, tab)</dt></dl> 87 88 <dl><dt><a name="ScrollAction-WillWaitAfterRun"><strong>WillWaitAfterRun</strong></a>(self)</dt></dl> 89 90 <hr> 91 Static methods inherited from <a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</a>:<br> 92 <dl><dt><a name="ScrollAction-ResetNextTimelineMarkerId"><strong>ResetNextTimelineMarkerId</strong></a>()</dt></dl> 93 94 <hr> 95 Data descriptors inherited from <a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</a>:<br> 96 <dl><dt><strong>__dict__</strong></dt> 97 <dd><tt>dictionary for instance variables (if defined)</tt></dd> 98 </dl> 99 <dl><dt><strong>__weakref__</strong></dt> 100 <dd><tt>list of weak references to the object (if defined)</tt></dd> 101 </dl> 102 </td></tr></table></td></tr></table> 103 </body></html>