Unity 8
unity8.dash.DashApp Class Reference

Public Member Functions

def __init__ (self, app_proxy)
 

Public Attributes

 app_proxy
 
 main_view
 
 dash
 

Detailed Description

Autopilot helper for the Dash app.

Definition at line 32 of file dash.py.

Constructor & Destructor Documentation

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)
41 
42 
def __init__(self, app_proxy)
Definition: dash.py:36

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