Home
last modified time | relevance | path

Searched refs:action_runner (Results 1 – 25 of 75) sorted by relevance

123

/external/skia/tools/skp/page_sets/
Dskia_gmail_desktop.py26 def RunSmoothness(self, action_runner): argument
27 action_runner.ScrollElement()
29 def RunNavigateSteps(self, action_runner): argument
33 google_login.BaseLoginGoogle(action_runner, 'google', credentials_path)
34 action_runner.Wait(10)
35 action_runner.Navigate(self.url)
36 action_runner.Wait(10)
Dskia_gujuratiwiki_desktop.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(20)
26 def RunPageInteractions(self, action_runner): argument
27 with action_runner.CreateGestureInteraction('ScrollAction'):
28 action_runner.ScrollPage()
Dskia_css3gradients_desktop.py22 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)
Dskia_googledocs_desktop.py26 def RunNavigateSteps(self, action_runner): argument
30 google_login.BaseLoginGoogle(action_runner, 'google', credentials_path)
31 action_runner.Wait(15)
32 action_runner.Navigate(self.url)
33 action_runner.Wait(15)
Dskia_googlecalendar_desktop.py26 def RunNavigateSteps(self, action_runner): argument
30 google_login.BaseLoginGoogle(action_runner, 'google', credentials_path)
31 action_runner.Wait(15)
32 action_runner.Navigate(self.url)
33 action_runner.Wait(15)
Dskia_linkedin_desktop.py26 def RunNavigateSteps(self, action_runner): argument
30 linkedin_login.LoginDesktopAccount(action_runner, 'linkedin',
32 action_runner.Wait(15)
33 action_runner.Navigate(self.url)
34 action_runner.Wait(15)
Dskia_wowwiki_desktop.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.ScrollPage(distance=6000000)
25 action_runner.Wait(60)
Dskia_cnnarticle_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
Dskia_deviantart_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(45)
Dskia_googlesearch_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
Dskia_capitalvolkswagen_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(30)
Dskia_baidu_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
Dskia_mozilla_tablet.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(5)
Dskia_facebook_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(30)
Dskia_theverge_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
Dskia_motionmarkarcs_desktop.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(20)
Dskia_samoasvg_desktop.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(5)
Dskia_pravda_tablet.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(5)
Dskia_amazon_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
Dskia_facebook_desktop.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
/external/skqp/tools/skp/page_sets/
Dskia_css3gradients_desktop.py22 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)
Dskia_gmail_nexus10.py22 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(10)
Dskia_gmailthread_desktop.py23 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)
Dskia_unicodetable_desktop.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.ScrollPage(distance=100000)
25 action_runner.Wait(20)
Dskia_digg_nexus10.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(5)

123