Lomiri
|
Inherits lomiriuitoolkit.LomiriUIToolkitCustomProxyObjectBase.
Public Member Functions | |
get_greeter (self) | |
get_login_loader (self) | |
get_login_list (self) | |
get_bottombar (self) | |
get_pinPadLoader (self) | |
get_lockscreen (self) | |
get_pinentryField (self) | |
open_indicator_page (self, indicator_name) | |
close_indicator_page (self) | |
show_dash_swiping (self) | |
get_current_focused_app_id (self) | |
show_dash_from_launcher (self) | |
open_launcher (self) | |
is_launcher_open (self) | |
launch_application (self, application_name) | |
enter_pin_code (self, code) | |
get_shell_orientation_angle (self) | |
get_shell_orientation (self) | |
get_shell_primary_orientation (self) | |
get_shell_native_orientation (self) | |
wait_for_notification (self) | |
Protected Member Functions | |
_get_indicator_panel_item (self, indicator_name) | |
_get_indicator_page (self, indicator_name) | |
_get_shell (self) | |
_get_launcher (self) | |
_get_pinpad_button (self, button_id) | |
An helper class that makes it easy to interact with the shell
Definition at line 98 of file __init__.py.
|
protected |
Definition at line 131 of file __init__.py.
|
protected |
Definition at line 125 of file __init__.py.
|
protected |
Definition at line 193 of file __init__.py.
|
protected |
Definition at line 232 of file __init__.py.
|
protected |
Definition at line 172 of file __init__.py.
lomiri.shell.ShellView.close_indicator_page | ( | self | ) |
Swipe to close the opened indicator, wait until it's closed.
Definition at line 152 of file __init__.py.
lomiri.shell.ShellView.enter_pin_code | ( | self, | |
code | |||
) |
Enter code 'code' into the single-pin lightdm pincode entry screen. :param code: must be a string of numeric characters. :raises: TypeError if code is not a string. :raises: ValueError if code contains non-numeric characters.
Definition at line 211 of file __init__.py.
lomiri.shell.ShellView.get_bottombar | ( | self | ) |
Definition at line 110 of file __init__.py.
lomiri.shell.ShellView.get_current_focused_app_id | ( | self | ) |
Return the id of the focused application.
Definition at line 175 of file __init__.py.
lomiri.shell.ShellView.get_greeter | ( | self | ) |
Definition at line 101 of file __init__.py.
lomiri.shell.ShellView.get_lockscreen | ( | self | ) |
Definition at line 119 of file __init__.py.
lomiri.shell.ShellView.get_login_list | ( | self | ) |
Definition at line 107 of file __init__.py.
lomiri.shell.ShellView.get_login_loader | ( | self | ) |
Definition at line 104 of file __init__.py.
lomiri.shell.ShellView.get_pinentryField | ( | self | ) |
Definition at line 122 of file __init__.py.
lomiri.shell.ShellView.get_pinPadLoader | ( | self | ) |
Definition at line 113 of file __init__.py.
lomiri.shell.ShellView.get_shell_native_orientation | ( | self | ) |
Definition at line 247 of file __init__.py.
lomiri.shell.ShellView.get_shell_orientation | ( | self | ) |
Definition at line 241 of file __init__.py.
lomiri.shell.ShellView.get_shell_orientation_angle | ( | self | ) |
Definition at line 238 of file __init__.py.
lomiri.shell.ShellView.get_shell_primary_orientation | ( | self | ) |
Definition at line 244 of file __init__.py.
lomiri.shell.ShellView.is_launcher_open | ( | self | ) |
Definition at line 196 of file __init__.py.
lomiri.shell.ShellView.launch_application | ( | self, | |
application_name | |||
) |
Launch an application. :parameter application_name: The name of the application to launch.
Definition at line 200 of file __init__.py.
lomiri.shell.ShellView.open_indicator_page | ( | self, | |
indicator_name | |||
) |
Swipe to open the indicator, wait until it's open. :returns: The indicator page.
Definition at line 138 of file __init__.py.
lomiri.shell.ShellView.open_launcher | ( | self | ) |
Definition at line 188 of file __init__.py.
lomiri.shell.ShellView.show_dash_from_launcher | ( | self | ) |
Open the dash clicking the dash icon on the launcher.
Definition at line 180 of file __init__.py.
lomiri.shell.ShellView.show_dash_swiping | ( | self | ) |
Show the dash swiping from the left.
Definition at line 162 of file __init__.py.
lomiri.shell.ShellView.wait_for_notification | ( | self | ) |
Wait for a notification dialog to appear. :return: An object for the notification dialog data. :raise StateNotFoundError: if the timeout expires when the notification has not appeared.
Definition at line 251 of file __init__.py.