telemetry.core.chrome.android_browser_finder | index telemetry/core/chrome/android_browser_finder.py |
Finds android browsers that can be controlled by telemetry.
Classes | ||||||||||
|
Functions | ||
|
Data | ||
ALL_BROWSER_TYPES = 'android-chromium-testshell,android-content-shell...hrome,android-chrome-dev,android-jb-system-chrome' CHROME_PACKAGE_NAMES = {'android-chrome': 'com.google.android.apps.chrome', 'android-chrome-beta': 'com.chrome.beta', 'android-chrome-dev': 'com.google.android.apps.chrome_dev', 'android-jb-system-chrome': 'com.android.chrome'} CHROMIUM_TESTSHELL_PACKAGE = 'org.chromium.chrome.testshell' CONTENT_SHELL_PACKAGE = 'org.chromium.content_shell_apk' WEBVIEW_PACKAGE = 'com.android.webview.chromium.shell' |