/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
D | action_runner_unittest.py | 9 from telemetry.page import action_runner as action_runner_module 29 action_runner = action_runner_module.ActionRunner(self._tab, 32 action_runner.Wait(1) 37 with action_runner.CreateInteraction('InteractionName', 61 action_runner = action_runner_module.ActionRunner(self._tab, 64 action_runner.ExecuteJavaScript('var testing = 42;') 69 action_runner = action_runner_module.ActionRunner(self._tab, 71 action_runner.ClickElement('#clickme') 72 action_runner.WaitForNavigate() 82 action_runner = action_runner_module.ActionRunner(self._tab) [all …]
|
D | pinch_unittest.py | 6 from telemetry.page import action_runner as action_runner_module 19 action_runner = action_runner_module.ActionRunner(self._tab) 20 action_runner.ExecuteJavaScript(''' 30 action_runner.PinchPage(scale_factor=2) 32 2, action_runner.EvaluateJavaScript('window.__test_scaleFactor')) 34 action_runner.EvaluateJavaScript('!isNaN(window.__test_anchorLeft)')) 36 action_runner.EvaluateJavaScript('!isNaN(window.__test_anchorTop)')) 38 action_runner.EvaluateJavaScript('!!window.__test_callback')) 40 800, action_runner.EvaluateJavaScript('window.__test_speed'))
|
/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 | 55 def _WaitForLoginState(self, action_runner): argument 59 action_runner.WaitForJavaScriptCondition(condition, 60) 61 def _SubmitLoginFormAndWait(self, action_runner, tab, username, password): argument 76 action_runner.WaitForNavigate() 79 def LoginNeeded(self, tab, action_runner, config): argument 103 self._WaitForLoginState(action_runner) 110 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_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_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_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_jsfiddlebigcar_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
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_pravda_nexus10.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
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_espn_desktop.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_theverge_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_mozilla_nexus10.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_pokemonwiki_desktop.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_tiger8svg_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_ugamsolutions_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_gamedeksiam_nexus10.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(5)
|
D | skia_nytimes_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
D | timeline_based_page_test_unittest.py | 26 def RunPageInteractions(self, action_runner): argument 28 action_runner.TapElement('#animating-button') 29 action_runner.WaitForJavaScriptCondition('window.animationDone') 31 action_runner.TapElement('#jank-button') 32 action_runner.WaitForJavaScriptCondition('window.jankScriptDone') 34 action_runner.TapElement('#slow-button') 35 action_runner.WaitForJavaScriptCondition('window.slowScriptDone') 37 with action_runner.CreateGestureInteraction('Scroll'): 38 action_runner.ScrollPage()
|