Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: tools/telemetry/docs/pydoc/telemetry.core.android_action_runner.html

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html><head><title>Python: module telemetry.core.android_action_runner</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>&nbsp;<br>
10 <font color="#ffffff" face="helvetica, arial">&nbsp;<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>.android_action_runner</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/core/android_action_runner.py">telemetry/core/android_action_runne r.py</a></font></td></tr></table>
13 <p><tt>#&nbsp;Copyright&nbsp;2015&nbsp;The&nbsp;Chromium&nbsp;Authors.&nbsp; All&nbsp;rights&nbsp;reserved.<br>
14 #&nbsp;Use&nbsp;of&nbsp;this&nbsp;source&nbsp;code&nbsp;is&nbsp;governed&nbsp;by &nbsp;a&nbsp;BSD-style&nbsp;license&nbsp;that&nbsp;can&nbsp;be<br>
15 #&nbsp;found&nbsp;in&nbsp;the&nbsp;LICENSE&nbsp;file.</tt></p>
16 <p>
17 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
18 <tr bgcolor="#aa55cc">
19 <td colspan=3 valign=bottom>&nbsp;<br>
20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big ></font></td></tr>
21
22 <tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t op><a href="logging.html">logging</a><br>
24 </td><td width="25%" valign=top><a href="time.html">time</a><br>
25 </td><td width="25%" valign=top><a href="telemetry.core.util.html">telemetry.cor e.util</a><br>
26 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
27 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
28 <tr bgcolor="#ee77aa">
29 <td colspan=3 valign=bottom>&nbsp;<br>
30 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big ></font></td></tr>
31
32 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
33 <td width="100%"><dl>
34 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__. object</a>
35 </font></dt><dd>
36 <dl>
37 <dt><font face="helvetica, arial"><a href="telemetry.core.android_action_runner. html#AndroidActionRunner">AndroidActionRunner</a>
38 </font></dt></dl>
39 </dd>
40 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions .Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException< /a>)
41 </font></dt><dd>
42 <dl>
43 <dt><font face="helvetica, arial"><a href="telemetry.core.android_action_runner. html#ActionNotSupported">ActionNotSupported</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>&nbsp;<br>
51 <font color="#000000" face="helvetica, arial"><a name="ActionNotSupported">class <strong>ActionNotSupported</strong></a>(<a href="exceptions.html#Exception">exc eptions.Exception</a>)</font></td></tr>
52
53 <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
54 <td width="100%"><dl><dt>Method resolution order:</dt>
55 <dd><a href="telemetry.core.android_action_runner.html#ActionNotSupported">Actio nNotSupported</a></dd>
56 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
57 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
58 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
59 </dl>
60 <hr>
61 Data descriptors defined here:<br>
62 <dl><dt><strong>__weakref__</strong></dt>
63 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd>
64 </dl>
65 <hr>
66 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception< /a>:<br>
67 <dl><dt><a name="ActionNotSupported-__init__"><strong>__init__</strong></a>(...) </dt><dd><tt>x.<a href="#ActionNotSupported-__init__">__init__</a>(...)&nbsp;ini tializes&nbsp;x;&nbsp;see&nbsp;help(type(x))&nbsp;for&nbsp;signature</tt></dd></ dl>
68
69 <hr>
70 Data and other attributes inherited from <a href="exceptions.html#Exception">exc eptions.Exception</a>:<br>
71 <dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt ;<dd><tt>T.<a href="#ActionNotSupported-__new__">__new__</a>(S,&nbsp;...)&nbsp;- &gt;&nbsp;a&nbsp;new&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;with &nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
72
73 <hr>
74 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseEx ception</a>:<br>
75 <dl><dt><a name="ActionNotSupported-__delattr__"><strong>__delattr__</strong></a >(...)</dt><dd><tt>x.<a href="#ActionNotSupported-__delattr__">__delattr__</a>(' name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
76
77 <dl><dt><a name="ActionNotSupported-__getattribute__"><strong>__getattribute__</ strong></a>(...)</dt><dd><tt>x.<a href="#ActionNotSupported-__getattribute__">__ getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
78
79 <dl><dt><a name="ActionNotSupported-__getitem__"><strong>__getitem__</strong></a >(...)</dt><dd><tt>x.<a href="#ActionNotSupported-__getitem__">__getitem__</a>(y )&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
80
81 <dl><dt><a name="ActionNotSupported-__getslice__"><strong>__getslice__</strong>< /a>(...)</dt><dd><tt>x.<a href="#ActionNotSupported-__getslice__">__getslice__</ a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
82 &nbsp;<br>
83 Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd ></dl>
84
85 <dl><dt><a name="ActionNotSupported-__reduce__"><strong>__reduce__</strong></a>( ...)</dt></dl>
86
87 <dl><dt><a name="ActionNotSupported-__repr__"><strong>__repr__</strong></a>(...) </dt><dd><tt>x.<a href="#ActionNotSupported-__repr__">__repr__</a>()&nbsp;&lt;== &gt;&nbsp;repr(x)</tt></dd></dl>
88
89 <dl><dt><a name="ActionNotSupported-__setattr__"><strong>__setattr__</strong></a >(...)</dt><dd><tt>x.<a href="#ActionNotSupported-__setattr__">__setattr__</a>(' name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
90
91 <dl><dt><a name="ActionNotSupported-__setstate__"><strong>__setstate__</strong>< /a>(...)</dt></dl>
92
93 <dl><dt><a name="ActionNotSupported-__str__"><strong>__str__</strong></a>(...)</ dt><dd><tt>x.<a href="#ActionNotSupported-__str__">__str__</a>()&nbsp;&lt;==&gt; &nbsp;str(x)</tt></dd></dl>
94
95 <dl><dt><a name="ActionNotSupported-__unicode__"><strong>__unicode__</strong></a >(...)</dt></dl>
96
97 <hr>
98 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptio ns.BaseException</a>:<br>
99 <dl><dt><strong>__dict__</strong></dt>
100 </dl>
101 <dl><dt><strong>args</strong></dt>
102 </dl>
103 <dl><dt><strong>message</strong></dt>
104 </dl>
105 </td></tr></table> <p>
106 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
107 <tr bgcolor="#ffc8d8">
108 <td colspan=3 valign=bottom>&nbsp;<br>
109 <font color="#000000" face="helvetica, arial"><a name="AndroidActionRunner">clas s <strong>AndroidActionRunner</strong></a>(<a href="__builtin__.html#object">__b uiltin__.object</a>)</font></td></tr>
110
111 <tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
112 <td colspan=2><tt>Provides&nbsp;an&nbsp;API&nbsp;for&nbsp;interacting&nbsp;with& nbsp;an&nbsp;android&nbsp;device.<br>
113 &nbsp;<br>
114 This&nbsp;makes&nbsp;use&nbsp;of&nbsp;functionality&nbsp;provided&nbsp;by&nbsp;t he&nbsp;android&nbsp;input&nbsp;command.&nbsp;None<br>
115 of&nbsp;the&nbsp;gestures&nbsp;here&nbsp;are&nbsp;guaranteed&nbsp;to&nbsp;be&nbs p;performant&nbsp;for&nbsp;telemetry&nbsp;tests&nbsp;and<br>
116 there&nbsp;is&nbsp;no&nbsp;official&nbsp;support&nbsp;for&nbsp;this&nbsp;API.<br >
117 &nbsp;<br>
118 TODO(ariblue):&nbsp;Replace&nbsp;this&nbsp;API&nbsp;with&nbsp;a&nbsp;better&nbsp ;implementation&nbsp;for&nbsp;interacting<br>
119 with&nbsp;native&nbsp;components.<br>&nbsp;</tt></td></tr>
120 <tr><td>&nbsp;</td>
121 <td width="100%">Methods defined here:<br>
122 <dl><dt><a name="AndroidActionRunner-InputKeyEvent"><strong>InputKeyEvent</stron g></a>(self, key)</dt><dd><tt>Send&nbsp;a&nbsp;single&nbsp;key&nbsp;input&nbsp;t o&nbsp;the&nbsp;device.<br>
123 &nbsp;<br>
124 Args:<br>
125 &nbsp;&nbsp;key:&nbsp;A&nbsp;key&nbsp;code&nbsp;number&nbsp;or&nbsp;name&nbsp;th at&nbsp;will&nbsp;be&nbsp;sent&nbsp;to&nbsp;the&nbsp;device</tt></dd></dl>
126
127 <dl><dt><a name="AndroidActionRunner-InputPress"><strong>InputPress</strong></a> (self)</dt><dd><tt>Perform&nbsp;a&nbsp;press&nbsp;input.</tt></dd></dl>
128
129 <dl><dt><a name="AndroidActionRunner-InputRoll"><strong>InputRoll</strong></a>(s elf, dx, dy)</dt><dd><tt>Perform&nbsp;a&nbsp;roll&nbsp;input.&nbsp;This&nbsp;sen ds&nbsp;a&nbsp;simple&nbsp;zero-pressure&nbsp;move&nbsp;event.<br>
130 &nbsp;<br>
131 Args:<br>
132 &nbsp;&nbsp;dx:&nbsp;Change&nbsp;in&nbsp;the&nbsp;x&nbsp;coordinate&nbsp;due&nbs p;to&nbsp;move.<br>
133 &nbsp;&nbsp;dy:&nbsp;Change&nbsp;in&nbsp;the&nbsp;y&nbsp;coordinate&nbsp;due&nbs p;to&nbsp;move.</tt></dd></dl>
134
135 <dl><dt><a name="AndroidActionRunner-InputSwipe"><strong>InputSwipe</strong></a> (self, left_start_coord, top_start_coord, left_end_coord, top_end_coord, duratio n)</dt><dd><tt>Perform&nbsp;a&nbsp;swipe&nbsp;input.<br>
136 &nbsp;<br>
137 Args:<br>
138 &nbsp;&nbsp;left_start_coord:&nbsp;The&nbsp;horizontal&nbsp;starting&nbsp;coordi nate&nbsp;of&nbsp;the&nbsp;gesture<br>
139 &nbsp;&nbsp;top_start_coord:&nbsp;The&nbsp;vertical&nbsp;starting&nbsp;coordinat e&nbsp;of&nbsp;the&nbsp;gesture<br>
140 &nbsp;&nbsp;left_end_coord:&nbsp;The&nbsp;horizontal&nbsp;ending&nbsp;coordinate &nbsp;of&nbsp;the&nbsp;gesture<br>
141 &nbsp;&nbsp;top_end_coord:&nbsp;The&nbsp;vertical&nbsp;ending&nbsp;coordinate&nb sp;of&nbsp;the&nbsp;gesture<br>
142 &nbsp;&nbsp;duration:&nbsp;The&nbsp;length&nbsp;of&nbsp;time&nbsp;of&nbsp;the&nb sp;swipe&nbsp;in&nbsp;milliseconds</tt></dd></dl>
143
144 <dl><dt><a name="AndroidActionRunner-InputTap"><strong>InputTap</strong></a>(sel f, x_coord, y_coord)</dt><dd><tt>Perform&nbsp;a&nbsp;tap&nbsp;input&nbsp;at&nbsp ;the&nbsp;given&nbsp;coordinates.<br>
145 &nbsp;<br>
146 Args:<br>
147 &nbsp;&nbsp;x_coord:&nbsp;The&nbsp;x&nbsp;coordinate&nbsp;of&nbsp;the&nbsp;tap&n bsp;event.<br>
148 &nbsp;&nbsp;y_coord:&nbsp;The&nbsp;y&nbsp;coordinate&nbsp;of&nbsp;the&nbsp;tap&n bsp;event.</tt></dd></dl>
149
150 <dl><dt><a name="AndroidActionRunner-InputText"><strong>InputText</strong></a>(s elf, string)</dt><dd><tt>Convert&nbsp;the&nbsp;characters&nbsp;of&nbsp;the&nbsp; string&nbsp;into&nbsp;key&nbsp;events&nbsp;and&nbsp;send&nbsp;to&nbsp;device.<br >
151 &nbsp;<br>
152 Args:<br>
153 &nbsp;&nbsp;string:&nbsp;The&nbsp;string&nbsp;to&nbsp;send&nbsp;to&nbsp;the&nbsp ;device.</tt></dd></dl>
154
155 <dl><dt><a name="AndroidActionRunner-SmoothScrollBy"><strong>SmoothScrollBy</str ong></a>(self, left_start_coord, top_start_coord, direction, scroll_distance)</d t><dd><tt>Perfrom&nbsp;gesture&nbsp;to&nbsp;scroll&nbsp;down&nbsp;on&nbsp;the&nb sp;android&nbsp;device.</tt></dd></dl>
156
157 <dl><dt><a name="AndroidActionRunner-TurnScreenOff"><strong>TurnScreenOff</stron g></a>(self)</dt><dd><tt>If&nbsp;device&nbsp;screen&nbsp;is&nbsp;on,&nbsp;turn&n bsp;screen&nbsp;off.<br>
158 If&nbsp;the&nbsp;screen&nbsp;is&nbsp;already&nbsp;off,&nbsp;log&nbsp;a&nbsp;warn ing&nbsp;and&nbsp;return&nbsp;immediately.<br>
159 &nbsp;<br>
160 Raises:<br>
161 &nbsp;&nbsp;Timeout:&nbsp;If&nbsp;the&nbsp;screen&nbsp;is&nbsp;on&nbsp;and&nbsp; device&nbsp;fails&nbsp;to&nbsp;turn&nbsp;screen&nbsp;off.</tt></dd></dl>
162
163 <dl><dt><a name="AndroidActionRunner-TurnScreenOn"><strong>TurnScreenOn</strong> </a>(self)</dt><dd><tt>If&nbsp;device&nbsp;screen&nbsp;is&nbsp;off,&nbsp;turn&nb sp;screen&nbsp;on.<br>
164 If&nbsp;the&nbsp;screen&nbsp;is&nbsp;already&nbsp;on,&nbsp;log&nbsp;a&nbsp;warni ng&nbsp;and&nbsp;return&nbsp;immediately.<br>
165 &nbsp;<br>
166 Raises:<br>
167 &nbsp;&nbsp;Timeout:&nbsp;If&nbsp;the&nbsp;screen&nbsp;is&nbsp;off&nbsp;and&nbsp ;device&nbsp;fails&nbsp;to&nbsp;turn&nbsp;screen&nbsp;on.</tt></dd></dl>
168
169 <dl><dt><a name="AndroidActionRunner-UnlockScreen"><strong>UnlockScreen</strong> </a>(self)</dt><dd><tt>If&nbsp;device&nbsp;screen&nbsp;is&nbsp;locked,&nbsp;unlo cks&nbsp;it.<br>
170 If&nbsp;the&nbsp;device&nbsp;is&nbsp;not&nbsp;locked,&nbsp;log&nbsp;a&nbsp;warni ng&nbsp;and&nbsp;return&nbsp;immediately.<br>
171 &nbsp;<br>
172 Raises:<br>
173 &nbsp;&nbsp;Timeout:&nbsp;If&nbsp;device&nbsp;fails&nbsp;to&nbsp;unlock&nbsp;scr een.</tt></dd></dl>
174
175 <dl><dt><a name="AndroidActionRunner-Wait"><strong>Wait</strong></a>(self, secon ds)</dt><dd><tt>Wait&nbsp;for&nbsp;the&nbsp;number&nbsp;of&nbsp;seconds&nbsp;spe cified.<br>
176 &nbsp;<br>
177 Args:<br>
178 &nbsp;&nbsp;seconds:&nbsp;The&nbsp;number&nbsp;of&nbsp;seconds&nbsp;to&nbsp;wait .</tt></dd></dl>
179
180 <dl><dt><a name="AndroidActionRunner-__init__"><strong>__init__</strong></a>(sel f, platform_backend)</dt></dl>
181
182 <hr>
183 Data descriptors defined here:<br>
184 <dl><dt><strong>__dict__</strong></dt>
185 <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)< /tt></dd>
186 </dl>
187 <dl><dt><strong>__weakref__</strong></dt>
188 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd>
189 </dl>
190 </td></tr></table></td></tr></table>
191 </body></html>
OLDNEW
« no previous file with comments | « tools/telemetry/docs/pydoc/telemetry.core.html ('k') | tools/telemetry/docs/pydoc/telemetry.core.android_platform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698