/external/autotest/client/common_lib/cros/ |
D | assistant_util.py | 13 def enable_assistant(autotest_ext): argument 19 if autotest_ext is None: 24 autotest_ext.ExecuteJavaScript(''' 42 lambda: autotest_ext.EvaluateJavaScript( 48 autotest_ext.EvaluateJavaScript( 52 def enable_hotword(autotest_ext): argument 59 autotest_ext.ExecuteJavaScript(''' 77 lambda: autotest_ext.EvaluateJavaScript( 83 autotest_ext.EvaluateJavaScript( 87 def send_text_query(autotest_ext, text_query): argument [all …]
|
D | arc_util.py | 51 def get_arc_session_state(autotest_ext): argument 64 autotest_ext.ExecuteJavaScript(''' 72 autotest_ext.EvaluateJavaScript('window.__arc_provisioned') 74 autotest_ext.EvaluateJavaScript('window.__arc_tosNeeded') 80 def _wait_arc_provisioned(autotest_ext): argument 89 condition=lambda: get_arc_session_state(autotest_ext).provisioned, 210 def enable_play_store(autotest_ext, enabled, enable_managed_policy=True): argument 228 if autotest_ext is None: 236 autotest_ext.ExecuteJavaScript(''' 242 if autotest_ext.EvaluateJavaScript('window.__play_store_state.managed'): [all …]
|
D | chrome.py | 53 def __init__(self, logged_in=True, extension_paths=None, autotest_ext=False, argument 134 autotest_ext = True 139 if autotest_ext: 227 arc_util.enable_play_store(self.autotest_ext, True) 234 autotest_ext = self.autotest_ext, 238 assistant_util.enable_assistant(self.autotest_ext) 271 def autotest_ext(self): member in Chrome 279 ext = self.autotest_ext 300 ext = self.autotest_ext
|
/external/autotest/client/site_tests/enterprise_OnlineDemoModeEnrollment/ |
D | enterprise_OnlineDemoModeEnrollment.py | 12 def _launch_arc_app(autotest_ext, app_id): argument 14 autotest_ext.ExecuteJavaScript(''' 22 return autotest_ext.EvaluateJavaScript('window.__app_launched') 39 autotest_ext=True, 43 condition=lambda: _launch_arc_app(cr.autotest_ext,
|
/external/autotest/client/site_tests/desktopui_ConnectivityDiagnostics/ |
D | desktopui_ConnectivityDiagnostics.py | 41 with chrome.Chrome(disable_default_apps=False, autotest_ext=True) as cr: 42 extension = cr.autotest_ext
|
/external/autotest/client/site_tests/platform_PrintJob/ |
D | platform_PrintJob.py | 82 self.cr.autotest_ext.ExecuteJavaScript( 87 printers = self.cr.autotest_ext.EvaluateJavaScript( 161 with chrome.Chrome(autotest_ext=True,
|
/external/autotest/client/site_tests/touch_TabSwitch/ |
D | touch_TabSwitch.py | 93 with chrome.Chrome(autotest_ext=True, 95 self._set_autotest_ext(cr.autotest_ext)
|
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | touch_ScrollDirection.py | 88 with chrome.Chrome(autotest_ext=True, 91 self._set_autotest_ext(cr.autotest_ext)
|
/external/autotest/client/site_tests/touch_TapSettings/ |
D | touch_TapSettings.py | 95 with chrome.Chrome(autotest_ext=True, 98 self._set_autotest_ext(cr.autotest_ext)
|
/external/autotest/client/site_tests/desktopui_ScreenLocker/ |
D | desktopui_ScreenLocker.py | 71 ext = self._chrome.autotest_ext 147 with chrome.Chrome(autotest_ext=True, password='good') as self._chrome:
|
/external/autotest/client/bin/ |
D | vm_sanity.py | 106 with chrome.Chrome(autotest_ext=True) as cr: 107 cr.autotest_ext.ExecuteJavaScript('chrome.autotestPrivate.lockScreen();')
|
/external/autotest/client/site_tests/graphics_Stress/ |
D | graphics_Stress.py | 38 autotest_ext=True) 43 cr.autotest_ext.ExecuteJavaScript(cmd)
|
/external/autotest/client/site_tests/telemetry_LoginTest_P/ |
D | telemetry_LoginTest_P.py | 39 with chrome.Chrome(logged_in=True, autotest_ext=True,
|
/external/autotest/client/site_tests/telemetry_LoginTest/ |
D | telemetry_LoginTest.py | 39 with chrome.Chrome(logged_in=True, autotest_ext=True,
|
/external/autotest/client/site_tests/display_DisplayContainEdid/ |
D | display_DisplayContainEdid.py | 22 autotest_ext=True) as cr:
|
/external/autotest/client/site_tests/display_ClientChameleonConnection/ |
D | display_ClientChameleonConnection.py | 28 with chrome.Chrome(extension_paths=ext_paths, autotest_ext=True) as cr:
|
/external/autotest/client/site_tests/autoupdate_EOL/ |
D | autoupdate_EOL.py | 35 with chrome.Chrome(autotest_ext=True, logged_in=True) as cr:
|
/external/autotest/client/site_tests/touch_GestureNav/ |
D | touch_GestureNav.py | 57 with chrome.Chrome(autotest_ext=True,
|
/external/autotest/client/site_tests/touch_TouchscreenScroll/ |
D | touch_TouchscreenScroll.py | 81 with chrome.Chrome(autotest_ext=True,
|
/external/autotest/client/site_tests/enterprise_PowerManagement/ |
D | enterprise_PowerManagement.py | 124 autotest_ext=True,
|
/external/autotest/client/site_tests/graphics_HwOverlays/ |
D | graphics_HwOverlays.py | 64 autotest_ext=True,
|
/external/autotest/client/cros/multimedia/ |
D | facade_resource.py | 208 extension = self._chrome.autotest_ext
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | video_GlitchDetection.py | 48 autotest_ext=True,
|
/external/autotest/client/cros/enterprise/ |
D | enterprise_policy_base.py | 970 autotest_ext=True, 980 autotest_ext=True,
|