OLD | NEW |
| (Empty) |
1 | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
3 <html><head><title>Python: module telemetry.core.chrome.android_browser_finder</
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 hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.chrome
.html"><font color="#ffffff">chrome</font></a>.android_browser_finder</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/core/chrome/android_browser_finder.py">telemetry/core/chrome/andro
id_browser_finder.py</a></font></td></tr></table> | |
12 <p><tt>Finds android browsers that can be cont
rolled by telemetry.</tt></p> | |
13 <p> | |
14 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
15 <tr bgcolor="#aa55cc"> | |
16 <td colspan=3 valign=bottom> <br> | |
17 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> | |
18 | |
19 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> | |
20 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="telemetry.core.chrome.adb_commands.html">telemetry.core.chrome.adb_c
ommands</a><br> | |
21 <a href="telemetry.core.chrome.android_browser_backend.html">telemetry.core.chro
me.android_browser_backend</a><br> | |
22 <a href="telemetry.core.platform.android_platform_backend.html">telemetry.core.p
latform.android_platform_backend</a><br> | |
23 </td><td width="25%" valign=top><a href="telemetry.core.browser.html">telemetry.
core.browser</a><br> | |
24 <a href="os.html">os</a><br> | |
25 <a href="telemetry.core.possible_browser.html">telemetry.core.possible_browser</
a><br> | |
26 </td><td width="25%" valign=top><a href="telemetry.core.profile_types.html">tele
metry.core.profile_types</a><br> | |
27 <a href="re.html">re</a><br> | |
28 <a href="logging.html">logging</a><br> | |
29 </td><td width="25%" valign=top><a href="subprocess.html">subprocess</a><br> | |
30 <a href="sys.html">sys</a><br> | |
31 </td></tr></table></td></tr></table><p> | |
32 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
33 <tr bgcolor="#ee77aa"> | |
34 <td colspan=3 valign=bottom> <br> | |
35 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> | |
36 | |
37 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> | |
38 <td width="100%"><dl> | |
39 <dt><font face="helvetica, arial"><a href="telemetry.core.possible_browser.html#
PossibleBrowser">telemetry.core.possible_browser.PossibleBrowser</a>(<a href="__
builtin__.html#object">__builtin__.object</a>) | |
40 </font></dt><dd> | |
41 <dl> | |
42 <dt><font face="helvetica, arial"><a href="telemetry.core.chrome.android_browser
_finder.html#PossibleAndroidBrowser">PossibleAndroidBrowser</a> | |
43 </font></dt></dl> | |
44 </dd> | |
45 </dl> | |
46 <p> | |
47 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
48 <tr bgcolor="#ffc8d8"> | |
49 <td colspan=3 valign=bottom> <br> | |
50 <font color="#000000" face="helvetica, arial"><a name="PossibleAndroidBrowser">c
lass <strong>PossibleAndroidBrowser</strong></a>(<a href="telemetry.core.possibl
e_browser.html#PossibleBrowser">telemetry.core.possible_browser.PossibleBrowser<
/a>)</font></td></tr> | |
51 | |
52 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> | |
53 <td colspan=2><tt>A launchable android browser instance.<br>
</tt></td></tr> | |
54 <tr><td> </td> | |
55 <td width="100%"><dl><dt>Method resolution order:</dt> | |
56 <dd><a href="telemetry.core.chrome.android_browser_finder.html#PossibleAndroidBr
owser">PossibleAndroidBrowser</a></dd> | |
57 <dd><a href="telemetry.core.possible_browser.html#PossibleBrowser">telemetry.cor
e.possible_browser.PossibleBrowser</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="PossibleAndroidBrowser-Create"><strong>Create</strong></a>(self
)</dt></dl> | |
63 | |
64 <dl><dt><a name="PossibleAndroidBrowser-SupportsOptions"><strong>SupportsOptions
</strong></a>(self, options)</dt></dl> | |
65 | |
66 <dl><dt><a name="PossibleAndroidBrowser-__init__"><strong>__init__</strong></a>(
self, browser_type, options, backend_settings)</dt></dl> | |
67 | |
68 <dl><dt><a name="PossibleAndroidBrowser-__repr__"><strong>__repr__</strong></a>(
self)</dt></dl> | |
69 | |
70 <hr> | |
71 Data descriptors inherited from <a href="telemetry.core.possible_browser.html#Po
ssibleBrowser">telemetry.core.possible_browser.PossibleBrowser</a>:<br> | |
72 <dl><dt><strong>__dict__</strong></dt> | |
73 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | |
74 </dl> | |
75 <dl><dt><strong>__weakref__</strong></dt> | |
76 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | |
77 </dl> | |
78 <dl><dt><strong>browser_type</strong></dt> | |
79 </dl> | |
80 <dl><dt><strong>options</strong></dt> | |
81 </dl> | |
82 </td></tr></table></td></tr></table><p> | |
83 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
84 <tr bgcolor="#eeaa77"> | |
85 <td colspan=3 valign=bottom> <br> | |
86 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b
ig></font></td></tr> | |
87 | |
88 <tr><td bgcolor="#eeaa77"><tt> </tt></td><td>
</td> | |
89 <td width="100%"><dl><dt><a name="-FindAllAvailableBrowsers"><strong>FindAllAvai
lableBrowsers</strong></a>(options, logging<font color="#909090">=<module 'lo
gging' from '/System/Library/Framewor...Versions/2.7/lib/python2.7/logging/__ini
t__.pyc'></font>)</dt><dd><tt>Finds all the desktop brows
ers available on this machine.</tt></dd></dl> | |
90 </td></tr></table><p> | |
91 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
92 <tr bgcolor="#55aa55"> | |
93 <td colspan=3 valign=bottom> <br> | |
94 <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></
font></td></tr> | |
95 | |
96 <tr><td bgcolor="#55aa55"><tt> </tt></td><td>
</td> | |
97 <td width="100%"><strong>ALL_BROWSER_TYPES</strong> = 'android-chromium-testshel
l,android-content-shell...hrome,android-chrome-dev,android-jb-system-chrome'<br> | |
98 <strong>CHROME_PACKAGE_NAMES</strong> = {'android-chrome': 'com.google.android.a
pps.chrome', 'android-chrome-beta': 'com.chrome.beta', 'android-chrome-dev': 'co
m.google.android.apps.chrome_dev', 'android-jb-system-chrome': 'com.android.chro
me'}<br> | |
99 <strong>CHROME_SHELL_PACKAGE</strong> = 'org.chromium.chrome.shell'<br> | |
100 <strong>CONTENT_SHELL_PACKAGE</strong> = 'org.chromium.content_shell_apk'<br> | |
101 <strong>WEBVIEW_PACKAGE</strong> = 'com.android.webview.chromium.shell'</td></tr
></table> | |
102 </body></html> | |
OLD | NEW |