Unity 8
unity8.launcher.Launcher Class Reference

Inherits UbuntuUIToolkitCustomProxyObjectBase.

Public Member Functions

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

Detailed Description

A helper that understands the Launcher.

Definition at line 31 of file launcher.py.

Member Function Documentation

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

Definition at line 36 of file launcher.py.

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.')
43 
def _swipe_to_show_launcher(self)
Definition: launcher.py:44

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