diff --git a/cognisim/device/ios/ios_device.py b/cognisim/device/ios/ios_device.py index 5697f7d..b90ac37 100644 --- a/cognisim/device/ios/ios_device.py +++ b/cognisim/device/ios/ios_device.py @@ -218,7 +218,7 @@ async def swipe(self, initial_x, initial_y, end_x, end_y, duration=1): Args: initial_x (int): Starting x coordinate of the swipe - initial_y (int): Starting y coordinate of the swipe + initial_y (int): Starting y coordinate of the swipe end_x (int): Ending x coordinate of the swipe end_y (int): Ending y coordinate of the swipe duration (int, optional): Duration of the swipe in seconds. Defaults to 1. @@ -286,7 +286,6 @@ async def capture_screenshot_with_bounding_box(self, bounds: dict, image_state: return screenshot_with_bounding_box - async def stop_device(self): ''' Stops the device