1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 3 <html><head><title>Python: module telemetry.page.page</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</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.py">telemetry/page/page.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 <a href="re.html">re</a><br> 24 </td><td width="25%" valign=top><a href="time.html">time</a><br> 25 <a href="urlparse.html">urlparse</a><br> 26 </td><td width="25%" valign=top><a href="telemetry.core.util.html">telemetry.core.util</a><br> 27 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> 28 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 29 <tr bgcolor="#ee77aa"> 30 <td colspan=3 valign=bottom> <br> 31 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 32 33 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> 34 <td width="100%"><dl> 35 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a> 36 </font></dt><dd> 37 <dl> 38 <dt><font face="helvetica, arial"><a href="telemetry.page.page.html#Page">Page</a> 39 </font></dt></dl> 40 </dd> 41 </dl> 42 <p> 43 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 44 <tr bgcolor="#ffc8d8"> 45 <td colspan=3 valign=bottom> <br> 46 <font color="#000000" face="helvetica, arial"><a name="Page">class <strong>Page</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> 47 48 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 49 <td width="100%">Methods defined here:<br> 50 <dl><dt><a name="Page-WaitToLoad"><strong>WaitToLoad</strong></a>(self, tab, timeout, poll_interval<font color="#909090">=0.1</font>)</dt></dl> 51 52 <dl><dt><a name="Page-__getattr__"><strong>__getattr__</strong></a>(self, name)</dt></dl> 53 54 <dl><dt><a name="Page-__init__"><strong>__init__</strong></a>(self, url, page_set, attributes<font color="#909090">=None</font>, base_dir<font color="#909090">=None</font>)</dt></dl> 55 56 <dl><dt><a name="Page-__str__"><strong>__str__</strong></a>(self)</dt></dl> 57 58 <hr> 59 Static methods defined here:<br> 60 <dl><dt><a name="Page-WaitForPageToLoad"><strong>WaitForPageToLoad</strong></a>(obj, tab, timeout, poll_interval<font color="#909090">=0.1</font>)</dt><dd><tt>Waits for various wait conditions present in obj.</tt></dd></dl> 61 62 <hr> 63 Data descriptors defined here:<br> 64 <dl><dt><strong>__dict__</strong></dt> 65 <dd><tt>dictionary for instance variables (if defined)</tt></dd> 66 </dl> 67 <dl><dt><strong>__weakref__</strong></dt> 68 <dd><tt>list of weak references to the object (if defined)</tt></dd> 69 </dl> 70 <dl><dt><strong>archive_path</strong></dt> 71 </dl> 72 <dl><dt><strong>display_url</strong></dt> 73 </dl> 74 <dl><dt><strong>serving_dirs_and_file</strong></dt> 75 </dl> 76 <dl><dt><strong>url_as_file_safe_name</strong></dt> 77 </dl> 78 </td></tr></table></td></tr></table> 79 </body></html>