Lomiri
lomiri.launcher.Launcher Class Reference

Inherits LomiriUIToolkitCustomProxyObjectBase.

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

◆ show()

def lomiri.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:
39  self._swipe_to_show_launcher()
40  self.shown.wait_for(True)
41  else:
42  logger.debug('The launcher is already opened.')
43 

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