OLD | NEW |
| (Empty) |
1 | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
3 <html><head><title>Python: module telemetry.internal.actions.play</title> | |
4 <meta charset="utf-8"> | |
5 </head><body bgcolor="#f0f0f8"> | |
6 | |
7 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | |
8 <tr bgcolor="#7799ee"> | |
9 <td valign=bottom> <br> | |
10 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.internal.html"><font color="#ffffff">internal</font></a>.<a href="telemetry.int
ernal.actions.html"><font color="#ffffff">actions</font></a>.play</strong></big>
</big></font></td | |
11 ><td align=right valign=bottom | |
12 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href=
"../telemetry/internal/actions/play.py">telemetry/internal/actions/play.py</a></
font></td></tr></table> | |
13 <p><tt>A Telemetry page_action that performs the&nb
sp;"play" action on media elements.<br> | |
14 <br> | |
15 Media elements can be specified by a selector
argument. If no selector is<br> | |
16 defined then then the action attempts to play
the first video element or audio<br> | |
17 element on the page. A selector can also 
;be 'all' to play all media elements.<br> | |
18 <br> | |
19 Other arguments to use are: playing_event_timeout_in_se
conds and<br> | |
20 ended_event_timeout_in_seconds, which forces the action 
;to wait until<br> | |
21 playing and ended events get fired respectively.</
tt></p> | |
22 <p> | |
23 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
24 <tr bgcolor="#aa55cc"> | |
25 <td colspan=3 valign=bottom> <br> | |
26 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> | |
27 | |
28 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> | |
29 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="telemetry.core.exceptions.html">telemetry.core.exceptions</a><br> | |
30 </td><td width="25%" valign=top><a href="telemetry.internal.actions.media_action
.html">telemetry.internal.actions.media_action</a><br> | |
31 </td><td width="25%" valign=top><a href="telemetry.internal.actions.page_action.
html">telemetry.internal.actions.page_action</a><br> | |
32 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> | |
33 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
34 <tr bgcolor="#ee77aa"> | |
35 <td colspan=3 valign=bottom> <br> | |
36 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> | |
37 | |
38 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> | |
39 <td width="100%"><dl> | |
40 <dt><font face="helvetica, arial"><a href="telemetry.internal.actions.media_acti
on.html#MediaAction">telemetry.internal.actions.media_action.MediaAction</a>(<a
href="telemetry.internal.actions.page_action.html#PageAction">telemetry.internal
.actions.page_action.PageAction</a>) | |
41 </font></dt><dd> | |
42 <dl> | |
43 <dt><font face="helvetica, arial"><a href="telemetry.internal.actions.play.html#
PlayAction">PlayAction</a> | |
44 </font></dt></dl> | |
45 </dd> | |
46 </dl> | |
47 <p> | |
48 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
49 <tr bgcolor="#ffc8d8"> | |
50 <td colspan=3 valign=bottom> <br> | |
51 <font color="#000000" face="helvetica, arial"><a name="PlayAction">class <strong
>PlayAction</strong></a>(<a href="telemetry.internal.actions.media_action.html#M
ediaAction">telemetry.internal.actions.media_action.MediaAction</a>)</font></td>
</tr> | |
52 | |
53 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> | |
54 <td width="100%"><dl><dt>Method resolution order:</dt> | |
55 <dd><a href="telemetry.internal.actions.play.html#PlayAction">PlayAction</a></dd
> | |
56 <dd><a href="telemetry.internal.actions.media_action.html#MediaAction">telemetry
.internal.actions.media_action.MediaAction</a></dd> | |
57 <dd><a href="telemetry.internal.actions.page_action.html#PageAction">telemetry.i
nternal.actions.page_action.PageAction</a></dd> | |
58 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | |
59 </dl> | |
60 <hr> | |
61 Methods defined here:<br> | |
62 <dl><dt><a name="PlayAction-RunAction"><strong>RunAction</strong></a>(self, tab)
</dt></dl> | |
63 | |
64 <dl><dt><a name="PlayAction-WillRunAction"><strong>WillRunAction</strong></a>(se
lf, tab)</dt><dd><tt>Load the media metrics JS code&nbs
p;prior to running the action.</tt></dd></dl> | |
65 | |
66 <dl><dt><a name="PlayAction-__init__"><strong>__init__</strong></a>(self, select
or<font color="#909090">=None</font>, playing_event_timeout_in_seconds<font colo
r="#909090">=0</font>, ended_event_timeout_in_seconds<font color="#909090">=0</f
ont>)</dt></dl> | |
67 | |
68 <hr> | |
69 Methods inherited from <a href="telemetry.internal.actions.media_action.html#Med
iaAction">telemetry.internal.actions.media_action.MediaAction</a>:<br> | |
70 <dl><dt><a name="PlayAction-HasEventCompletedOrError"><strong>HasEventCompletedO
rError</strong></a>(self, tab, selector, event_name)</dt></dl> | |
71 | |
72 <dl><dt><a name="PlayAction-LoadJS"><strong>LoadJS</strong></a>(self, tab, js_fi
le_name)</dt><dd><tt>Loads and executes a JS file
in the tab.</tt></dd></dl> | |
73 | |
74 <dl><dt><a name="PlayAction-WaitForEvent"><strong>WaitForEvent</strong></a>(self
, tab, selector, event_name, timeout_in_seconds)</dt><dd><tt>Halts media&nb
sp;action until the selector's event is fired.<br> | |
75 <br> | |
76 Args:<br> | |
77 tab: The tab to check for event o
n.<br> | |
78 selector: Media element selector.<br> | |
79 event_name: Name of the event to check
if fired or not.<br> | |
80 timeout_in_seconds: Timeout to check for ev
ent, throws an exception if<br> | |
81 not fired.</tt></dd></dl> | |
82 | |
83 <hr> | |
84 Methods inherited from <a href="telemetry.internal.actions.page_action.html#Page
Action">telemetry.internal.actions.page_action.PageAction</a>:<br> | |
85 <dl><dt><a name="PlayAction-CleanUp"><strong>CleanUp</strong></a>(self, tab)</dt
></dl> | |
86 | |
87 <hr> | |
88 Data descriptors inherited from <a href="telemetry.internal.actions.page_action.
html#PageAction">telemetry.internal.actions.page_action.PageAction</a>:<br> | |
89 <dl><dt><strong>__dict__</strong></dt> | |
90 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | |
91 </dl> | |
92 <dl><dt><strong>__weakref__</strong></dt> | |
93 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | |
94 </dl> | |
95 </td></tr></table></td></tr></table> | |
96 </body></html> | |
OLD | NEW |