1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 3 <html><head><title>Python: module telemetry.page.page_runner</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>.page_runner</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/page_runner.py">telemetry/page/page_runner.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="telemetry.core.browser_finder.html">telemetry.core.browser_finder</a><br> 23 <a href="telemetry.core.exceptions.html">telemetry.core.exceptions</a><br> 24 <a href="glob.html">glob</a><br> 25 <a href="logging.html">logging</a><br> 26 </td><td width="25%" valign=top><a href="os.html">os</a><br> 27 <a href="telemetry.page.page_filter.html">telemetry.page.page_filter</a><br> 28 <a href="telemetry.page.page_test.html">telemetry.page.page_test</a><br> 29 <a href="random.html">random</a><br> 30 </td><td width="25%" valign=top><a href="sys.html">sys</a><br> 31 <a href="tempfile.html">tempfile</a><br> 32 <a href="time.html">time</a><br> 33 <a href="traceback.html">traceback</a><br> 34 </td><td width="25%" valign=top><a href="urlparse.html">urlparse</a><br> 35 <a href="telemetry.core.util.html">telemetry.core.util</a><br> 36 <a href="telemetry.core.wpr_modes.html">telemetry.core.wpr_modes</a><br> 37 </td></tr></table></td></tr></table><p> 38 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 39 <tr bgcolor="#ee77aa"> 40 <td colspan=3 valign=bottom> <br> 41 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 42 43 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> 44 <td width="100%"><dl> 45 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a> 46 </font></dt><dd> 47 <dl> 48 <dt><font face="helvetica, arial"><a href="telemetry.page.page_runner.html#PageState">PageState</a> 49 </font></dt></dl> 50 </dd> 51 </dl> 52 <p> 53 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 54 <tr bgcolor="#ffc8d8"> 55 <td colspan=3 valign=bottom> <br> 56 <font color="#000000" face="helvetica, arial"><a name="PageState">class <strong>PageState</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> 57 58 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 59 <td width="100%">Methods defined here:<br> 60 <dl><dt><a name="PageState-CleanUpPage"><strong>CleanUpPage</strong></a>(self, page, tab)</dt></dl> 61 62 <dl><dt><a name="PageState-PreparePage"><strong>PreparePage</strong></a>(self, page, tab, test<font color="#909090">=None</font>)</dt></dl> 63 64 <dl><dt><a name="PageState-__init__"><strong>__init__</strong></a>(self)</dt></dl> 65 66 <hr> 67 Data descriptors defined here:<br> 68 <dl><dt><strong>__dict__</strong></dt> 69 <dd><tt>dictionary for instance variables (if defined)</tt></dd> 70 </dl> 71 <dl><dt><strong>__weakref__</strong></dt> 72 <dd><tt>list of weak references to the object (if defined)</tt></dd> 73 </dl> 74 </td></tr></table></td></tr></table><p> 75 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 76 <tr bgcolor="#eeaa77"> 77 <td colspan=3 valign=bottom> <br> 78 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr> 79 80 <tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td> 81 <td width="100%"><dl><dt><a name="-AddCommandLineOptions"><strong>AddCommandLineOptions</strong></a>(parser)</dt></dl> 82 <dl><dt><a name="-Run"><strong>Run</strong></a>(test, page_set, options)</dt><dd><tt>Runs a given test against a given page_set with the given options.</tt></dd></dl> 83 </td></tr></table> 84 </body></html>