(self, coordinate: Tuple[int, int], coordinate2: Tuple[int, int])
| 126 | raise NotImplementedError() |
| 127 | |
| 128 | def _swipe(self, coordinate: Tuple[int, int], coordinate2: Tuple[int, int]): |
| 129 | raise NotImplementedError() |
| 130 | |
| 131 | def _type(self, text: str): |
| 132 | raise NotImplementedError() |