(self, coordinate: Tuple[int, int])
| 120 | raise NotImplementedError() |
| 121 | |
| 122 | def _click(self, coordinate: Tuple[int, int]): |
| 123 | raise NotImplementedError() |
| 124 | |
| 125 | def _long_press(self, coordinate: Tuple[int, int], time: int): |
| 126 | raise NotImplementedError() |