Home
last modified time | relevance | path

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

1234

/third_party/flutter/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_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_googlespreadsheet_desktop.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
Dskia_booking_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(30)
Dskia_googlenews_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
/third_party/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_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_slashdot_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
Dskia_reddit_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(30)
Dskia_amazon_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
Dskia_theverge_mobile.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
Dskia_digg_tablet.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(30)
Dskia_googlenews_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_espn_desktop.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(5)
Dskia_weather_desktop.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)
Dskia_youtube_desktop.py22 def RunNavigateSteps(self, action_runner): argument
23 action_runner.Navigate(self.url)
24 action_runner.Wait(15)

1234