/third_party/flutter/skia/tools/skp/page_sets/ |
D | skia_gmail_desktop.py | 26 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)
|
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_googledocs_desktop.py | 26 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)
|
D | skia_googlecalendar_desktop.py | 26 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)
|
D | skia_linkedin_desktop.py | 26 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)
|
D | skia_wowwiki_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.ScrollPage(distance=6000000) 25 action_runner.Wait(60)
|
D | skia_googlespreadsheet_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_booking_mobile.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(30)
|
D | skia_googlenews_mobile.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
/third_party/skia/tools/skp/page_sets/ |
D | skia_gmail_desktop.py | 26 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)
|
D | skia_gujuratiwiki_desktop.py | 22 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()
|
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_googledocs_desktop.py | 26 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)
|
D | skia_googlecalendar_desktop.py | 26 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)
|
D | skia_wowwiki_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.ScrollPage(distance=6000000) 25 action_runner.Wait(60)
|
D | skia_slashdot_mobile.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_reddit_mobile.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(30)
|
D | skia_amazon_mobile.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_theverge_mobile.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_digg_tablet.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(30)
|
D | skia_googlenews_mobile.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_deviantart_mobile.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(45)
|
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_weather_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|
D | skia_youtube_desktop.py | 22 def RunNavigateSteps(self, action_runner): argument 23 action_runner.Navigate(self.url) 24 action_runner.Wait(15)
|