Autopilot helper for the Dash app.
Definition at line 32 of file dash.py.
◆ __init__()
def unity8.dash.DashApp.__init__ |
( |
|
self, |
|
|
|
app_proxy |
|
) |
| |
Autopilot helper for the Dash app.
Definition at line 36 of file dash.py.
36 def __init__(self, app_proxy):
37 self.app_proxy = app_proxy
38 self.main_view = self.app_proxy.select_single(
39 ubuntuuitoolkit.MainView)
40 self.dash = self.main_view.select_single(Dash)
The documentation for this class was generated from the following file: