Inherits UbuntuUIToolkitCustomProxyObjectBase.
|
def | wait_swiped_away (self) |
|
def | swipe (self) |
|
def | get_prompt (self) |
|
A helper that understands the greeter screen.
Definition at line 61 of file __init__.py.
def unity8.greeter.Greeter.swipe |
( |
|
self | ) |
|
Swipe the greeter screen away.
Definition at line 80 of file __init__.py.
81 """Swipe the greeter screen away."""
82 self.waiting.wait_for(
False)
83 coverPage = self.select_single(objectName=
'coverPage')
84 coverPage.showProgress.wait_for(1)
86 rect = self.globalRect
87 start_x = rect[0] + rect[2] - 3
88 start_y = int(rect[1] + rect[3] / 2)
89 stop_x = int(rect[0] + rect[2] * 0.2)
91 self.pointing_device.drag(start_x, start_y, stop_x, stop_y)
def wait_swiped_away(self)
The documentation for this class was generated from the following file: