OLD | NEW |
1 | 1 |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
3 <html><head><title>Python: module telemetry.core.tab</title> | 3 <html><head><title>Python: module telemetry.core.tab</title> |
4 </head><body bgcolor="#f0f0f8"> | 4 </head><body bgcolor="#f0f0f8"> |
5 | 5 |
6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
7 <tr bgcolor="#7799ee"> | 7 <tr bgcolor="#7799ee"> |
8 <td valign=bottom> <br> | 8 <td valign=bottom> <br> |
9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.core.html"><font color="#ffffff">core</font></a>.tab</strong></big></big></font
></td | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.core.html"><font color="#ffffff">core</font></a>.tab</strong></big></big></font
></td |
10 ><td align=right valign=bottom | 10 ><td align=right valign=bottom |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 <dl><dt><a name="Tab-Activate"><strong>Activate</strong></a>(self)</dt><dd><tt>B
rings this tab to the foreground asynchronously.<b
r> | 62 <dl><dt><a name="Tab-Activate"><strong>Activate</strong></a>(self)</dt><dd><tt>B
rings this tab to the foreground asynchronously.<b
r> |
63 <br> | 63 <br> |
64 Not all browsers or browser versions support
this method.<br> | 64 Not all browsers or browser versions support
this method.<br> |
65 Be sure to check browser.supports_tab_control.<br> | 65 Be sure to check browser.supports_tab_control.<br> |
66 <br> | 66 <br> |
67 Please note: this is asynchronous. There is a
delay between this call<br> | 67 Please note: this is asynchronous. There is a
delay between this call<br> |
68 and the page's documentVisibilityState becoming 'visibl
e', and yet more<br> | 68 and the page's documentVisibilityState becoming 'visibl
e', and yet more<br> |
69 delay until the actual tab is visible to 
;the user. None of these delays<br> | 69 delay until the actual tab is visible to 
;the user. None of these delays<br> |
70 are included in this call.</tt></dd></dl> | 70 are included in this call.</tt></dd></dl> |
71 | 71 |
| 72 <dl><dt><a name="Tab-ClearCache"><strong>ClearCache</strong></a>(self)</dt><dd><
tt>Clears the browser's HTTP disk cache and t
he tab's HTTP memory cache.</tt></dd></dl> |
| 73 |
72 <dl><dt><a name="Tab-CollectGarbage"><strong>CollectGarbage</strong></a>(self)</
dt></dl> | 74 <dl><dt><a name="Tab-CollectGarbage"><strong>CollectGarbage</strong></a>(self)</
dt></dl> |
73 | 75 |
74 <dl><dt><a name="Tab-GetCookieByName"><strong>GetCookieByName</strong></a>(self,
name, timeout<font color="#909090">=60</font>)</dt><dd><tt>Returns the&nbs
p;value of the cookie by the given |name|.</t
t></dd></dl> | 76 <dl><dt><a name="Tab-GetCookieByName"><strong>GetCookieByName</strong></a>(self,
name, timeout<font color="#909090">=60</font>)</dt><dd><tt>Returns the&nbs
p;value of the cookie by the given |name|.</t
t></dd></dl> |
75 | 77 |
76 <dl><dt><a name="Tab-Navigate"><strong>Navigate</strong></a>(self, url, script_t
o_evaluate_on_commit<font color="#909090">=None</font>, timeout<font color="#909
090">=60</font>)</dt><dd><tt>Navigates to url.<br> | 78 <dl><dt><a name="Tab-Navigate"><strong>Navigate</strong></a>(self, url, script_t
o_evaluate_on_commit<font color="#909090">=None</font>, timeout<font color="#909
090">=60</font>)</dt><dd><tt>Navigates to url.<br> |
77 <br> | 79 <br> |
78 If |script_to_evaluate_on_commit| is given, the script&
nbsp;source string will be<br> | 80 If |script_to_evaluate_on_commit| is given, the script&
nbsp;source string will be<br> |
79 evaluated when the navigation is committed. This&n
bsp;is after the context of<br> | 81 evaluated when the navigation is committed. This&n
bsp;is after the context of<br> |
80 the page exists, but before any script on&nbs
p;the page itself has executed.</tt></dd></dl> | 82 the page exists, but before any script on&nbs
p;the page itself has executed.</tt></dd></dl> |
81 | 83 |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 </dl> | 159 </dl> |
158 </td></tr></table></td></tr></table><p> | 160 </td></tr></table></td></tr></table><p> |
159 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 161 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
160 <tr bgcolor="#55aa55"> | 162 <tr bgcolor="#55aa55"> |
161 <td colspan=3 valign=bottom> <br> | 163 <td colspan=3 valign=bottom> <br> |
162 <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></
font></td></tr> | 164 <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></
font></td></tr> |
163 | 165 |
164 <tr><td bgcolor="#55aa55"><tt> </tt></td><td>
</td> | 166 <tr><td bgcolor="#55aa55"><tt> </tt></td><td>
</td> |
165 <td width="100%"><strong>DEFAULT_TAB_TIMEOUT</strong> = 60</td></tr></table> | 167 <td width="100%"><strong>DEFAULT_TAB_TIMEOUT</strong> = 60</td></tr></table> |
166 </body></html> | 168 </body></html> |
OLD | NEW |