(self, coordinate: Tuple[int, int])
| 256 | raise NotImplementedError() |
| 257 | |
| 258 | def _mouse_move(self, coordinate: Tuple[int, int]): |
| 259 | raise NotImplementedError() |
| 260 | |
| 261 | def _left_click_drag(self, coordinate: Tuple[int, int]): |
| 262 | raise NotImplementedError() |