An emulator that understands the Launcher.
Definition at line 24 of file launcher.py.
def unity8.shell.emulators.launcher.Launcher.show |
( |
|
self | ) |
|
Swipes open the launcher.
Definition at line 28 of file launcher.py.
30 """Swipes open the launcher."""
31 touch = Touch.create()
33 view = self.get_root_instance().select_single(
'QQuickView')
35 start_y = view.y + view.height / 2
36 stop_x = start_x + self.panelWidth + 1
38 touch.drag(start_x, start_y, stop_x, stop_y)
39 self.shown.wait_for(
True)
The documentation for this class was generated from the following file: