Unity 8
 All Classes Functions
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
 
def click_dash_icon
 
def click_application_launcher_icon
 

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 
36  def show(self):
37  """Show the launcher swiping it to the right."""
38  if not self.shown:
40  self.shown.wait_for(True)
41  else:
42  logger.debug('The launcher is already opened.')

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