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

Public Member Functions

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

Public Attributes

 archive_data_file
 
 url
 

Detailed Description

Definition at line 16 of file skia_googlecalendar_desktop.py.

Constructor & Destructor Documentation

◆ __init__()

page_sets.skia_googlecalendar_desktop.SkiaDesktopPage.__init__ (   self,
  url,
  page_set 
)

Definition at line 18 of file skia_googlecalendar_desktop.py.

18 def __init__(self, url, page_set):
19 super(SkiaDesktopPage, 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_googlecalendar_desktop.json'
25

Member Function Documentation

◆ RunNavigateSteps()

page_sets.skia_googlecalendar_desktop.SkiaDesktopPage.RunNavigateSteps (   self,
  action_runner 
)

Definition at line 26 of file skia_googlecalendar_desktop.py.

26 def RunNavigateSteps(self, action_runner):
27 if self.wpr_mode != wpr_modes.WPR_REPLAY:
28 credentials_path=os.path.join(os.path.dirname(os.path.abspath(__file__)),
29 'data/credentials.json')
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)
34
35

Member Data Documentation

◆ archive_data_file

page_sets.skia_googlecalendar_desktop.SkiaDesktopPage.archive_data_file

Definition at line 24 of file skia_googlecalendar_desktop.py.

◆ url

page_sets.skia_googlecalendar_desktop.SkiaDesktopPage.url

Definition at line 32 of file skia_googlecalendar_desktop.py.


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