Unity 8
 All Classes Functions
unity8.shell.emulators.dash.DashApp Class Reference

Inherits object.

Public Member Functions

def __init__
 

Public Attributes

 app_proxy
 
 main_view
 
 dash
 

Detailed Description

Autopilot helper for the Dash app.

Definition at line 33 of file dash.py.

Constructor & Destructor Documentation

def unity8.shell.emulators.dash.DashApp.__init__ (   self,
  app_proxy 
)
Autopilot helper for the Dash app.

Definition at line 37 of file dash.py.

37 
38  def __init__(self, app_proxy):
39  self.app_proxy = app_proxy
40  self.main_view = self.app_proxy.select_single(
41  toolkit_emulators.MainView)
42  self.dash = self.main_view.select_single(Dash)
43 

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