/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
D | action_runner_unittest.py | 9 from telemetry.internal.actions import action_runner as action_runner_module 32 action_runner = action_runner_module.ActionRunner(self._tab, 35 action_runner.Wait(1) 40 with action_runner.CreateInteraction('InteractionName', 64 self.action_runner = action_runner_module.ActionRunner(self._tab, 70 self.assertIsNone(self.action_runner.MeasureMemory()) 81 dump_id = self.action_runner.MeasureMemory(deterministic_mode) 103 self.action_runner, 'ForceGarbageCollection') as mock_method: 116 action_runner = action_runner_module.ActionRunner(self._tab, 119 action_runner.ExecuteJavaScript('var testing = 42;') [all …]
|
D | pinch_unittest.py | 18 action_runner = self._tab.action_runner 19 action_runner.ExecuteJavaScript(''' 29 action_runner.PinchPage(scale_factor=2) 31 2, action_runner.EvaluateJavaScript('window.__test_scaleFactor')) 33 action_runner.EvaluateJavaScript('!isNaN(window.__test_anchorLeft)')) 35 action_runner.EvaluateJavaScript('!isNaN(window.__test_anchorTop)')) 37 action_runner.EvaluateJavaScript('!!window.__test_callback')) 39 800, action_runner.EvaluateJavaScript('window.__test_speed'))
|
/external/chromium-trace/catapult/telemetry/examples/browser_tests/ |
D | simple_browser_test.py | 29 cls.action_runner = cls.browser.tabs[0].action_runner 35 self.action_runner.Navigate(url) 36 actual_sum = self.action_runner.EvaluateJavaScript( 42 self.action_runner.Navigate(url) 43 self.action_runner.ExecuteJavaScript('valueSettableByTest = 1997') 44 self.action_runner.ClickElement(text='Click/tap me') 46 1997, self.action_runner.EvaluateJavaScript('valueToTest')) 53 self.action_runner.Navigate(url) 62 self.action_runner.WaitForElement('#id-0') 63 self.action_runner.ClickElement('#id-0') [all …]
|
/external/chromium-trace/catapult/telemetry/examples/benchmarks/ |
D | simple_story_set.py | 16 def RunPageInteractions(self, action_runner): argument 20 action_runner.Wait(0.5) 23 with action_runner.CreateInteraction('Scroll-And-Tap'): 24 action_runner.Wait(0.3) 25 action_runner.ScrollPage() 26 action_runner.TapElement(text='Next') 27 action_runner.Wait(1) 28 with action_runner.CreateInteraction('Scroll'): 29 action_runner.ScrollPage() 30 with action_runner.CreateInteraction('Wait-two'): [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/ |
D | form_based_credentials_backend.py | 57 def _WaitForLoginState(self, action_runner): argument 59 action_runner.WaitForJavaScriptCondition( 64 def _SubmitLoginFormAndWait(self, action_runner, tab, username, password): argument 82 action_runner.WaitForNavigate() 91 def LoginNeeded(self, tab, action_runner, config): argument 115 self._WaitForLoginState(action_runner) 122 action_runner, tab, config['username'], config['password'])
|
/external/skia/tools/skp/page_sets/ |
D | skia_css3gradients_desktop.py | 22 def RunSmoothness(self, action_runner): argument 23 action_runner.ScrollElement() 25 def RunNavigateSteps(self, action_runner): argument 26 action_runner.Navigate(self.url) 27 action_runner.Wait(15)
|
D | skia_gmailthread_desktop.py | 23 def RunSmoothness(self, action_runner): argument 24 action_runner.ScrollElement() 26 def RunNavigateSteps(self, action_runner): argument 27 action_runner.Navigate(self.url) 28 action_runner.Wait(15)
|
D | skia_gmail_nexus10.py | 23 def RunSmoothness(self, action_runner): argument 24 action_runner.ScrollElement() 26 def RunNavigateSteps(self, action_runner): argument 27 action_runner.Navigate(self.url) 28 action_runner.Wait(10)
|
D | skia_unicodetable_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.ScrollPage(distance=100000) 25 action_runner.Wait(20)
|
D | skia_tiger8svg_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_theverge_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_jsfiddlebigcar_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_pokemonwiki_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_pravda_nexus10.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_wowwiki_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(25)
|
D | skia_ynevsvg_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_ugamsolutions_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_nytimes_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_digg_nexus10.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_samoasvg_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_espn_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_tigersvg_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_googlehome_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_mozilla_nexus10.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
D | timeline_based_page_test_unittest.py | 28 def RunPageInteractions(self, action_runner): argument 30 action_runner.TapElement('#animating-button') 31 action_runner.WaitForJavaScriptCondition('window.animationDone') 33 action_runner.TapElement('#jank-button') 34 action_runner.WaitForJavaScriptCondition('window.jankScriptDone') 36 action_runner.TapElement('#slow-button') 37 action_runner.WaitForJavaScriptCondition('window.slowScriptDone') 39 with action_runner.CreateGestureInteraction('Scroll'): 40 action_runner.ScrollPage()
|