Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
page_sets.skia_gmail_desktop.SkiaBuildbotDesktopPage Class Reference
Inheritance diagram for page_sets.skia_gmail_desktop.SkiaBuildbotDesktopPage:

Public Member Functions

 __init__ (self, url, page_set)
 
 RunSmoothness (self, action_runner)
 
 RunNavigateSteps (self, action_runner)
 

Public Attributes

 archive_data_file
 
 url
 

Detailed Description

Definition at line 16 of file skia_gmail_desktop.py.

Constructor & Destructor Documentation

◆ __init__()

page_sets.skia_gmail_desktop.SkiaBuildbotDesktopPage.__init__ (   self,
  url,
  page_set 
)

Definition at line 18 of file skia_gmail_desktop.py.

18 def __init__(self, url, page_set):
19 super(SkiaBuildbotDesktopPage, self).__init__(
20 url=url,
21 name=url,
22 page_set=page_set,
23 shared_page_state_class=shared_page_state.SharedDesktopPageState)
24 self.archive_data_file = 'data/skia_gmail_desktop.json'
25

Member Function Documentation

◆ RunNavigateSteps()

page_sets.skia_gmail_desktop.SkiaBuildbotDesktopPage.RunNavigateSteps (   self,
  action_runner 
)

Definition at line 29 of file skia_gmail_desktop.py.

29 def RunNavigateSteps(self, action_runner):
30 if self.wpr_mode != wpr_modes.WPR_REPLAY:
31 credentials_path = os.path.join(
32 os.path.dirname(os.path.abspath(__file__)), 'data/credentials.json')
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)
37
38

◆ RunSmoothness()

page_sets.skia_gmail_desktop.SkiaBuildbotDesktopPage.RunSmoothness (   self,
  action_runner 
)

Definition at line 26 of file skia_gmail_desktop.py.

26 def RunSmoothness(self, action_runner):
27 action_runner.ScrollElement()
28

Member Data Documentation

◆ archive_data_file

page_sets.skia_gmail_desktop.SkiaBuildbotDesktopPage.archive_data_file

Definition at line 24 of file skia_gmail_desktop.py.

◆ url

page_sets.skia_gmail_desktop.SkiaBuildbotDesktopPage.url

Definition at line 35 of file skia_gmail_desktop.py.


The documentation for this class was generated from the following file: