Unity 8
unity8.shell.emulators.launcher.Launcher Class Reference
Inheritance diagram for unity8.shell.emulators.launcher.Launcher:
Collaboration diagram for unity8.shell.emulators.launcher.Launcher:

Public Member Functions

def show (self)
 
def click_dash_icon (self)
 
def click_application_launcher_icon (self, application_name)
 

Detailed Description

An emulator that understands the Launcher.

Definition at line 30 of file launcher.py.

Member Function Documentation

def unity8.shell.emulators.launcher.Launcher.show (   self)
Show the launcher swiping it to the right.

Definition at line 35 of file launcher.py.

35  def show(self):
36  """Show the launcher swiping it to the right."""
37  if not self.shown:
39  self.shown.wait_for(True)
40  else:
41  logger.debug('The launcher is already opened.')
42 

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