HomeSort by relevance Sort by last modified time
    Searched refs:Chrome (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/autotest/client/site_tests/cheets_CTSHelper/
cheets_CTSHelper.py 8 from autotest_lib.client.common_lib.cros import chrome
29 with chrome.Chrome(
36 self.chrome = chrome.Chrome(
43 logging.error('Could not start Chrome. Retrying soon...')
46 self.chrome = chrome.Chrome(
    [all...]
  /external/autotest/client/site_tests/desktopui_MashLogin/
desktopui_MashLogin.py 8 from autotest_lib.client.common_lib.cros import chrome
12 """Verifies chrome --mash starts up and logs in correctly."""
19 # Mash requires a connected display to start chrome. Chromebox and
24 logging.warning('chrome --mash requires a display, skipping test.')
40 logging.info('Testing Chrome --mash startup.')
41 with chrome.Chrome(auto_login=False, extra_browser_args=mash_browser_args):
42 logging.info('Chrome --mash started and loaded OOBE.')
44 logging.info('Testing Chrome --mash login.')
45 with chrome.Chrome(extra_browser_args=mash_browser_args)
    [all...]
  /external/autotest/client/site_tests/platform_Pkcs11InitOnLogin/
platform_Pkcs11InitOnLogin.py 9 from autotest_lib.client.common_lib.cros import chrome
18 with chrome.Chrome() as cr:
29 with chrome.Chrome(dont_override_profile=True) as cr:
  /external/autotest/client/bin/
autologin.py 7 '''Make Chrome automatically log in.'''
15 from autotest_lib.client.common_lib.cros import chrome
29 # Avoid calling close() on the Chrome object; this keeps the session active.
30 chrome.Chrome(arc_mode=('enabled' if args.arc else None))
vm_sanity.py 7 '''A simple sanity test for Chrome.
23 from autotest_lib.client.common_lib.cros import arc, arc_common, chrome
36 logging.info('Starting chrome and logging in.')
37 is_arc_available = chrome.is_arc_available()
39 with chrome.Chrome(arc_mode=arc_mode) as cr:
62 'Chrome shutdown.')
  /external/autotest/client/common_lib/cros/
enrollment.py 8 from autotest_lib.client.common_lib.cros import chrome
24 chrome.Chrome.wait_for_browser_restart(
38 chrome.Chrome.wait_for_browser_restart(
51 chrome.Chrome.wait_for_browser_restart(
  /external/autotest/client/site_tests/desktopui_SimpleLogin/
desktopui_SimpleLogin.py 8 from autotest_lib.client.common_lib.cros import chrome
27 cr = chrome.Chrome()
  /external/autotest/client/site_tests/login_CryptohomeIncognito/
login_CryptohomeIncognito.py 9 from autotest_lib.client.common_lib.cros import chrome
17 with chrome.Chrome(logged_in=False):
  /external/autotest/client/site_tests/power_UiResume/
power_UiResume.py 8 from autotest_lib.client.common_lib.cros import chrome
31 with chrome.Chrome():
  /external/autotest/client/site_tests/enterprise_RemoraRequisition/
enterprise_RemoraRequisition.py 9 from autotest_lib.client.common_lib.cros import chrome, enrollment, cfm_util
25 ['chrome-extension://' + self._HANGOUTS_EXT_ID + '/' + path
41 with chrome.Chrome(auto_login=False,
50 with chrome.Chrome(clear_enterprise_policy=False,
  /external/autotest/client/site_tests/login_Cryptohome/
login_Cryptohome.py 9 from autotest_lib.client.common_lib.cros import chrome
22 with chrome.Chrome() as cr:
41 with chrome.Chrome():
  /external/autotest/client/site_tests/audio_AudioCorruption/
audio_AudioCorruption.py 9 from autotest_lib.client.common_lib.cros import chrome
14 """This test verifies playing corrupted audio in Chrome."""
18 """Tests whether Chrome handles corrupted audio gracefully.
20 @param audio: Sample corrupted audio file to be played in Chrome.
22 with chrome.Chrome(init_network_controller=True) as cr:
  /external/autotest/client/site_tests/desktopui_CameraApp/
desktopui_CameraApp.py 9 from autotest_lib.client.common_lib.cros import chrome
30 browser = chrome.Chrome(extension_paths=[camera_path])
  /external/autotest/client/site_tests/desktopui_ConnectivityDiagnostics/
desktopui_ConnectivityDiagnostics.py 7 from autotest_lib.client.common_lib.cros import chrome
11 """Basic sanity check of connectivity diagnostics in Chrome."""
20 chrome.runtime.sendMessage(
41 with chrome.Chrome(disable_default_apps=False, autotest_ext=True) as cr:
  /external/autotest/client/site_tests/dummy_IdleSuspend/
dummy_IdleSuspend.py 9 from autotest_lib.client.common_lib.cros import chrome
37 with chrome.Chrome():
  /external/autotest/client/site_tests/platform_CryptohomeSyncStress/
platform_CryptohomeSyncStress.py 8 from autotest_lib.client.common_lib.cros import chrome
18 with chrome.Chrome(username=username, password=password):
  /external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
platform_SessionManagerStateKeyGeneration.py 27 'State key generation only works on Chrome OS hardware')
  /external/autotest/client/site_tests/enterprise_KioskEnrollment/
enterprise_KioskEnrollment.py 11 from autotest_lib.client.common_lib.cros import chrome
32 ['chrome-extension://' + self.EXT_ID + '/' + path
52 with chrome.Chrome(auto_login=False,
59 cr = chrome.Chrome(clear_enterprise_policy=False,
  /external/autotest/client/site_tests/login_ChromeProfileSanitary/
login_ChromeProfileSanitary.py 9 from autotest_lib.client.common_lib.cros import chrome
61 with chrome.Chrome() as cr:
65 # Wait for chrome to show, then "crash" it.
78 # Ensure chrome writes state to disk.
79 with chrome.Chrome():
  /external/autotest/client/site_tests/login_OwnershipNotRetaken/
login_OwnershipNotRetaken.py 10 from autotest_lib.client.common_lib.cros import chrome, session_manager
43 with chrome.Chrome(clear_enterprise_policy=False) as cr:
52 with chrome.Chrome(clear_enterprise_policy=False,
  /external/autotest/client/site_tests/accessibility_Sanity/
accessibility_Sanity.py 9 from autotest_lib.client.common_lib.cros import chrome
54 with chrome.Chrome(extension_paths=[extension_path],
  /external/autotest/client/site_tests/display_ClientChameleonConnection/
display_ClientChameleonConnection.py 11 from autotest_lib.client.common_lib.cros import chrome
28 with chrome.Chrome(extension_paths=ext_paths, autotest_ext=True) as cr:
  /external/autotest/client/site_tests/login_GaiaLogin/
login_GaiaLogin.py 10 from autotest_lib.client.common_lib.cros import chrome
20 username = chrome.CAP_USERNAME
24 file_utils.download_file(chrome.CAP_URL, cap.name)
30 with chrome.Chrome(gaia_login=True, username=username,
32 if not cryptohome.is_vault_mounted(user=chrome.NormalizeEmail(username)):
  /external/autotest/client/site_tests/login_LoginSuccess/
login_LoginSuccess.py 9 from autotest_lib.client.common_lib.cros import chrome, session_manager
40 @param arc_mode: This value is passed to Chrome and determines how
48 with chrome.Chrome(arc_mode=arc_mode):
  /external/autotest/client/site_tests/platform_MemoryPressure/
platform_MemoryPressure.py 11 from autotest_lib.client.common_lib.cros import chrome
26 with chrome.Chrome(init_network_controller=True) as cr:

Completed in 2176 milliseconds

1 2 3 4 5 6 7